Html Css Color HEX #03BC08 Islamic Green

📋 copy color: '#03BC08'

red 3 ◦ green 188 ◦ blue 8

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

Shades of Islamic Green #03BC08

Tints of Islamic Green #03BC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 94.47%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 1.51%
G = 94.47%
B = 4.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#03BC08 (or 0x03BC08) is known color: Islamic Green. HEX triplet: 03, BC and 08. RGB value is (3,188,8). Sum of RGB (Red+Green+Blue) = 3+188+8=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 188 (73.83% from 255 or 94.47% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BC08 is #FC43F7. Grayscale: #707070. Windows color (decimal): -16532472 or 572419. OLE color: 572419.

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

Color convert

RGB 3 188 8 -
CMYK 0.98 0 0.96 0.26
HSL 121.62º 0.97% 0.37% -
HSV(B) 121.62º 0.98% 0.74% -
XYZ 18.06 36 6.23 -
YUV 112.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 3 188 8 0.98 0 0.96 0.26 121.62 0.97 0.37
Hex 3 BC 8 62 0 60 1A 7A 61 25
Octal 3 274 10 142 0 140 32 172 141 45
Binary 11 10111100 1000 1100010 0 1100000 11010 1111010 1100001 100101

Color Harmonies of #03BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC08

Black with #03BC08

Text Example


Text Example

White with #03BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,8); }

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

background-color css

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

 a { background-color: rgb(3,188,8); }

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

border-color css

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

 span { border-color: rgb(3,188,8); }

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