Html Css Color HEX #05AA1E Islamic Green

📋 copy color: '#05AA1E'

red 5 ◦ green 170 ◦ blue 30

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

Shades of Islamic Green #05AA1E

Tints of Islamic Green #05AA1E

RGB

 RED value IS 5 (2.34% from 255) = 2.44%

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 2.44%
G = 82.93%
B = 14.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#05AA1E (or 0x05AA1E) is known color: Islamic Green. HEX triplet: 05, AA and 1E. RGB value is (5,170,30). Sum of RGB (Red+Green+Blue) = 5+170+30=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AA1E is #FA55E1. Grayscale: #696969. Windows color (decimal): -16405986 or 2009605. OLE color: 2009605.

HSL color Cylindrical-coordinate representation of color #05AA1E: hue angle of 129.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA1E is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 170 30 -
CMYK 0.97 0 0.82 0.33
HSL 129.09º 0.94% 0.34% -
HSV(B) 129.09º 0.97% 0.67% -
XYZ 14.67 28.88 6.03 -
YUV 104.71 85.84 56.88 -
System Red Green Blue C M Y K H S L
Decimal 5 170 30 0.97 0 0.82 0.33 129.09 0.94 0.34
Hex 5 AA 1E 61 0 52 21 81 5E 22
Octal 5 252 36 141 0 122 41 201 136 42
Binary 101 10101010 11110 1100001 0 1010010 100001 10000001 1011110 100010

Color Harmonies of #05AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA1E

Black with #05AA1E

Text Example


Text Example

White with #05AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AA1E; }

 p { color: rgb(5,170,30); }

 H1.HeaderClassName
 {
   color: #05AA1E;
 }
 .AnyTagClassName
 {
   color: #05AA1E;
 }
</style>

background-color css

<style>
 a { background-color: #05AA1E; }

 a { background-color: rgb(5,170,30); }

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

border-color css

<style>
 span { border-color: #05AA1E; }

 span { border-color: rgb(5,170,30); }

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