Html Css Color HEX #03BA11 Islamic Green

📋 copy color: '#03BA11'

red 3 ◦ green 186 ◦ blue 17

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

Shades of Islamic Green #03BA11

Tints of Islamic Green #03BA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 1.46%
G = 90.29%
B = 8.25%

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

#03BA11 (or 0x03BA11) is known color: Islamic Green. HEX triplet: 03, BA and 11. RGB value is (3,186,17). Sum of RGB (Red+Green+Blue) = 3+186+17=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 186 (73.05% from 255 or 90.29% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA11 is #FC45EE. Grayscale: #707070. Windows color (decimal): -16532975 or 1161731. OLE color: 1161731.

HSL color Cylindrical-coordinate representation of color #03BA11: hue angle of 124.59º 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 #03BA11 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 17 -
CMYK 0.98 0 0.91 0.27
HSL 124.59º 0.97% 0.37% -
HSV(B) 124.59º 0.98% 0.73% -
XYZ 17.7 35.18 6.39 -
YUV 112.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 3 186 17 0.98 0 0.91 0.27 124.59 0.97 0.37
Hex 3 BA 11 62 0 5B 1B 7D 61 25
Octal 3 272 21 142 0 133 33 175 141 45
Binary 11 10111010 10001 1100010 0 1011011 11011 1111101 1100001 100101

Color Harmonies of #03BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA11

Black with #03BA11

Text Example


Text Example

White with #03BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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