Html Css Color HEX #08BC16 Islamic Green

📋 copy color: '#08BC16'

red 8 ◦ green 188 ◦ blue 22

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

Shades of Islamic Green #08BC16

Tints of Islamic Green #08BC16

RGB

 RED value IS 8 (3.52% from 255) = 3.67%

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 3.67%
G = 86.24%
B = 10.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#08BC16 (or 0x08BC16) is known color: Islamic Green. HEX triplet: 08, BC and 16. RGB value is (8,188,22). Sum of RGB (Red+Green+Blue) = 8+188+22=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 188 (73.83% from 255 or 86.24% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BC16 is #F743E9. Grayscale: #737373. Windows color (decimal): -16204778 or 1489928. OLE color: 1489928.

HSL color Cylindrical-coordinate representation of color #08BC16: hue angle of 124.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC16 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 22 -
CMYK 0.96 0 0.88 0.26
HSL 124.67º 0.92% 0.38% -
HSV(B) 124.67º 0.96% 0.74% -
XYZ 18.23 36.08 6.76 -
YUV 115.26 75.37 51.5 -
System Red Green Blue C M Y K H S L
Decimal 8 188 22 0.96 0 0.88 0.26 124.67 0.92 0.38
Hex 8 BC 16 60 0 58 1A 7D 5C 26
Octal 10 274 26 140 0 130 32 175 134 46
Binary 1000 10111100 10110 1100000 0 1011000 11010 1111101 1011100 100110

Color Harmonies of #08BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC16

Black with #08BC16

Text Example


Text Example

White with #08BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BC16; }

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

 H1.HeaderClassName
 {
   color: #08BC16;
 }
 .AnyTagClassName
 {
   color: #08BC16;
 }
</style>

background-color css

<style>
 a { background-color: #08BC16; }

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

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

border-color css

<style>
 span { border-color: #08BC16; }

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

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