Html Css Color HEX #08AF16 Islamic Green

📋 copy color: '#08AF16'

red 8 ◦ green 175 ◦ blue 22

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

Shades of Islamic Green #08AF16

Tints of Islamic Green #08AF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 85.37%

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

R = 3.9%
G = 85.37%
B = 10.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#08AF16 (or 0x08AF16) is known color: Islamic Green. HEX triplet: 08, AF and 16. RGB value is (8,175,22). Sum of RGB (Red+Green+Blue) = 8+175+22=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 175 (68.75% from 255 or 85.37% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08AF16 is #F750E9. Grayscale: #6C6C6C. Windows color (decimal): -16208106 or 1486600. OLE color: 1486600.

HSL color Cylindrical-coordinate representation of color #08AF16: hue angle of 125.03º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF16 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 175 22 -
CMYK 0.95 0 0.87 0.31
HSL 125.03º 0.91% 0.36% -
HSV(B) 125.03º 0.95% 0.69% -
XYZ 15.57 30.77 5.88 -
YUV 107.63 79.67 56.94 -
System Red Green Blue C M Y K H S L
Decimal 8 175 22 0.95 0 0.87 0.31 125.03 0.91 0.36
Hex 8 AF 16 5F 0 57 1F 7D 5B 24
Octal 10 257 26 137 0 127 37 175 133 44
Binary 1000 10101111 10110 1011111 0 1010111 11111 1111101 1011011 100100

Color Harmonies of #08AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF16

Black with #08AF16

Text Example


Text Example

White with #08AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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