Html Css Color HEX #03BA10 Islamic Green

📋 copy color: '#03BA10'

red 3 ◦ green 186 ◦ blue 16

#03BA10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #03BA10

Tints of Islamic Green #03BA10

RGB

 RED value IS 3 (1.56% from 255) = 1.46%

 GREEN value IS 186 (73.05% from 255) = 90.73%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 1.46%
G = 90.73%
B = 7.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03BA10 (or 0x03BA10) is known color: Islamic Green. HEX triplet: 03, BA and 10. RGB value is (3,186,16). Sum of RGB (Red+Green+Blue) = 3+186+16=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 186 (73.05% from 255 or 90.73% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA10 is #FC45EF. Grayscale: #707070. Windows color (decimal): -16532976 or 1096195. OLE color: 1096195.

HSL color Cylindrical-coordinate representation of color #03BA10: hue angle of 124.26º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 16 -
CMYK 0.98 0 0.91 0.27
HSL 124.26º 0.97% 0.37% -
HSV(B) 124.26º 0.98% 0.73% -
XYZ 17.69 35.17 6.35 -
YUV 111.9 73.87 50.32 -
System Red Green Blue C M Y K H S L
Decimal 3 186 16 0.98 0 0.91 0.27 124.26 0.97 0.37
Hex 3 BA 10 62 0 5B 1B 7C 61 25
Octal 3 272 20 142 0 133 33 174 141 45
Binary 11 10111010 10000 1100010 0 1011011 11011 1111100 1100001 100101

Color Harmonies of #03BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA10

Black with #03BA10

Text Example


Text Example

White with #03BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BA10; }

 p { color: rgb(3,186,16); }

 H1.HeaderClassName
 {
   color: #03BA10;
 }
 .AnyTagClassName
 {
   color: #03BA10;
 }
</style>

background-color css

<style>
 a { background-color: #03BA10; }

 a { background-color: rgb(3,186,16); }

 div.DivClassName
 {
   background-color: #03BA10;
 }
 .BgClassName
 {
   background-color: #03BA10;
 }
</style>

border-color css

<style>
 span { border-color: #03BA10; }

 span { border-color: rgb(3,186,16); }

 td.TdClassName
 {
   border-color: #03BA10;
 }
 .TagClassName
 {
   border-color: #03BA10;
 }
</style>