Html Css Color HEX #05AA14 Islamic Green

📋 copy color: '#05AA14'

red 5 ◦ green 170 ◦ blue 20

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

Shades of Islamic Green #05AA14

Tints of Islamic Green #05AA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 2.56%
G = 87.18%
B = 10.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#05AA14 (or 0x05AA14) is known color: Islamic Green. HEX triplet: 05, AA and 14. RGB value is (5,170,20). Sum of RGB (Red+Green+Blue) = 5+170+20=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 170 (66.80% from 255 or 87.18% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AA14 is #FA55EB. Grayscale: #686868. Windows color (decimal): -16405996 or 1354245. OLE color: 1354245.

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

Color convert

RGB 5 170 20 -
CMYK 0.97 0 0.88 0.33
HSL 125.45º 0.94% 0.34% -
HSV(B) 125.45º 0.97% 0.67% -
XYZ 14.56 28.83 5.46 -
YUV 103.57 80.84 57.7 -
System Red Green Blue C M Y K H S L
Decimal 5 170 20 0.97 0 0.88 0.33 125.45 0.94 0.34
Hex 5 AA 14 61 0 58 21 7D 5E 22
Octal 5 252 24 141 0 130 41 175 136 42
Binary 101 10101010 10100 1100001 0 1011000 100001 1111101 1011110 100010

Color Harmonies of #05AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA14

Black with #05AA14

Text Example


Text Example

White with #05AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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