Html Css Color HEX #05AA01 Islamic Green

📋 copy color: '#05AA01'

red 5 ◦ green 170 ◦ blue 1

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

Shades of Islamic Green #05AA01

Tints of Islamic Green #05AA01

RGB

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

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

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

R = 2.84%
G = 96.59%
B = 0.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#05AA01 (or 0x05AA01) is known color: Islamic Green. HEX triplet: 05, AA and 01. RGB value is (5,170,1). Sum of RGB (Red+Green+Blue) = 5+170+1=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 170 (66.80% from 255 or 96.59% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AA01 is #FA55FE. Grayscale: #656565. Windows color (decimal): -16406015 or 109061. OLE color: 109061.

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

Color convert

RGB 5 170 1 -
CMYK 0.97 0 0.99 0.33
HSL 118.58º 0.99% 0.34% -
HSV(B) 118.58º 0.99% 0.67% -
XYZ 14.44 28.78 4.82 -
YUV 101.4 71.34 59.24 -
System Red Green Blue C M Y K H S L
Decimal 5 170 1 0.97 0 0.99 0.33 118.58 0.99 0.34
Hex 5 AA 1 61 0 63 21 77 63 22
Octal 5 252 1 141 0 143 41 167 143 42
Binary 101 10101010 1 1100001 0 1100011 100001 1110111 1100011 100010

Color Harmonies of #05AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA01

Black with #05AA01

Text Example


Text Example

White with #05AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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