Html Css Color HEX #01AA04 Islamic Green

📋 copy color: '#01AA04'

red 1 ◦ green 170 ◦ blue 4

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

Shades of Islamic Green #01AA04

Tints of Islamic Green #01AA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 0.57%
G = 97.14%
B = 2.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#01AA04 (or 0x01AA04) is known color: Islamic Green. HEX triplet: 01, AA and 04. RGB value is (1,170,4). Sum of RGB (Red+Green+Blue) = 1+170+4=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 170 (66.80% from 255 or 97.14% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA04 is #FE55FB. Grayscale: #656565. Windows color (decimal): -16668156 or 305665. OLE color: 305665.

HSL color Cylindrical-coordinate representation of color #01AA04: hue angle of 121.07º 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 #01AA04 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 170 4 -
CMYK 0.99 0 0.98 0.33
HSL 121.07º 0.99% 0.34% -
HSV(B) 121.07º 0.99% 0.67% -
XYZ 14.41 28.76 4.91 -
YUV 100.55 73.51 57 -
System Red Green Blue C M Y K H S L
Decimal 1 170 4 0.99 0 0.98 0.33 121.07 0.99 0.34
Hex 1 AA 4 63 0 62 21 79 63 22
Octal 1 252 4 143 0 142 41 171 143 42
Binary 1 10101010 100 1100011 0 1100010 100001 1111001 1100011 100010

Color Harmonies of #01AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA04

Black with #01AA04

Text Example


Text Example

White with #01AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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