Html Css Color HEX #08AF14 Islamic Green

📋 copy color: '#08AF14'

red 8 ◦ green 175 ◦ blue 20

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

Shades of Islamic Green #08AF14

Tints of Islamic Green #08AF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 3.94%
G = 86.21%
B = 9.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#08AF14 (or 0x08AF14) is known color: Islamic Green. HEX triplet: 08, AF and 14. RGB value is (8,175,20). Sum of RGB (Red+Green+Blue) = 8+175+20=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 175 (68.75% from 255 or 86.21% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08AF14 is #F750EB. Grayscale: #6B6B6B. Windows color (decimal): -16208108 or 1355528. OLE color: 1355528.

HSL color Cylindrical-coordinate representation of color #08AF14: hue angle of 124.31º 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 #08AF14 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 175 20 -
CMYK 0.95 0 0.89 0.31
HSL 124.31º 0.91% 0.36% -
HSV(B) 124.31º 0.95% 0.69% -
XYZ 15.56 30.76 5.78 -
YUV 107.4 78.67 57.1 -
System Red Green Blue C M Y K H S L
Decimal 8 175 20 0.95 0 0.89 0.31 124.31 0.91 0.36
Hex 8 AF 14 5F 0 59 1F 7C 5B 24
Octal 10 257 24 137 0 131 37 174 133 44
Binary 1000 10101111 10100 1011111 0 1011001 11111 1111100 1011011 100100

Color Harmonies of #08AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF14

Black with #08AF14

Text Example


Text Example

White with #08AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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