Html Css Color HEX #08AA1D Islamic Green

📋 copy color: '#08AA1D'

red 8 ◦ green 170 ◦ blue 29

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

Shades of Islamic Green #08AA1D

Tints of Islamic Green #08AA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 3.86%
G = 82.13%
B = 14.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#08AA1D (or 0x08AA1D) is known color: Islamic Green. HEX triplet: 08, AA and 1D. RGB value is (8,170,29). Sum of RGB (Red+Green+Blue) = 8+170+29=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 170 (66.80% from 255 or 82.13% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA1D is #F755E2. Grayscale: #696969. Windows color (decimal): -16209379 or 1944072. OLE color: 1944072.

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

Color convert

RGB 8 170 29 -
CMYK 0.95 0 0.83 0.33
HSL 127.78º 0.91% 0.35% -
HSV(B) 127.78º 0.95% 0.67% -
XYZ 14.7 28.89 5.96 -
YUV 105.49 84.83 58.46 -
System Red Green Blue C M Y K H S L
Decimal 8 170 29 0.95 0 0.83 0.33 127.78 0.91 0.35
Hex 8 AA 1D 5F 0 53 21 80 5B 23
Octal 10 252 35 137 0 123 41 200 133 43
Binary 1000 10101010 11101 1011111 0 1010011 100001 10000000 1011011 100011

Color Harmonies of #08AA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA1D

Black with #08AA1D

Text Example


Text Example

White with #08AA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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