Html Css Color HEX #08AA1C Islamic Green

📋 copy color: '#08AA1C'

red 8 ◦ green 170 ◦ blue 28

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

Shades of Islamic Green #08AA1C

Tints of Islamic Green #08AA1C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 82.52%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 3.88%
G = 82.52%
B = 13.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#08AA1C (or 0x08AA1C) is known color: Islamic Green. HEX triplet: 08, AA and 1C. RGB value is (8,170,28). Sum of RGB (Red+Green+Blue) = 8+170+28=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 170 (66.80% from 255 or 82.52% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA1C is #F755E3. Grayscale: #696969. Windows color (decimal): -16209380 or 1878536. OLE color: 1878536.

HSL color Cylindrical-coordinate representation of color #08AA1C: hue angle of 127.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AA1C is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 28 -
CMYK 0.95 0 0.84 0.33
HSL 127.41º 0.91% 0.35% -
HSV(B) 127.41º 0.95% 0.67% -
XYZ 14.68 28.88 5.9 -
YUV 105.37 84.33 58.55 -
System Red Green Blue C M Y K H S L
Decimal 8 170 28 0.95 0 0.84 0.33 127.41 0.91 0.35
Hex 8 AA 1C 5F 0 54 21 7F 5B 23
Octal 10 252 34 137 0 124 41 177 133 43
Binary 1000 10101010 11100 1011111 0 1010100 100001 1111111 1011011 100011

Color Harmonies of #08AA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA1C

Black with #08AA1C

Text Example


Text Example

White with #08AA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,170,28); }

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

background-color css

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

 a { background-color: rgb(8,170,28); }

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

border-color css

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

 span { border-color: rgb(8,170,28); }

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