Html Css Color HEX #01AA1E Islamic Green

📋 copy color: '#01AA1E'

red 1 ◦ green 170 ◦ blue 30

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

Shades of Islamic Green #01AA1E

Tints of Islamic Green #01AA1E

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

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

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

R = 0.5%
G = 84.58%
B = 14.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#01AA1E (or 0x01AA1E) is known color: Islamic Green. HEX triplet: 01, AA and 1E. RGB value is (1,170,30). Sum of RGB (Red+Green+Blue) = 1+170+30=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 170 (66.80% from 255 or 84.58% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AA1E is #FE55E1. Grayscale: #676767. Windows color (decimal): -16668130 or 2009601. OLE color: 2009601.

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

Color convert

RGB 1 170 30 -
CMYK 0.99 0 0.82 0.33
HSL 130.3º 0.99% 0.34% -
HSV(B) 130.3º 0.99% 0.67% -
XYZ 14.62 28.85 6.03 -
YUV 103.51 86.51 54.88 -
System Red Green Blue C M Y K H S L
Decimal 1 170 30 0.99 0 0.82 0.33 130.3 0.99 0.34
Hex 1 AA 1E 63 0 52 21 82 63 22
Octal 1 252 36 143 0 122 41 202 143 42
Binary 1 10101010 11110 1100011 0 1010010 100001 10000010 1100011 100010

Color Harmonies of #01AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA1E

Black with #01AA1E

Text Example


Text Example

White with #01AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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