#05AE1A

Color #05AE1A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #05AE1A

Tints of Islamic Green #05AE1A

Color information

#05AE1A (or 0x05AE1A) is unknown color: approx Islamic Green. HEX triplet: 05, AE and 1A. RGB value is (5,174,26). Sum of RGB (Red+Green+Blue) = 5+174+26=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 174 (68.36% from 255 or 84.88% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AE1A is #FA51E5. Grayscale: #6B6B6B. Windows color (decimal): -16404966 or 1748485. OLE color: 1748485.

HSL color Cylindrical-coordinate representation of color #05AE1A: hue angle of 127.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AE1A is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB517426-
CMYK0.9700.850.32
HSL127.46º94.41%35.1%-
HSV(B)127.46º97.13%68.24%-
XYZ15.3930.386.03-
YUV106.682.5155.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 174 (68.36% from 255) = 84.88%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=2.44%
G=84.88%
B=12.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5174260.9700.850.32127.4694.4135.1
Hex5AE1A61055207f5e23
Octal52563214101254017713643
Binary101101011101101011000010101010110000011111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,174,26); }

 H1.HeaderClassName
 {
   color: #05AE1A;
 }
 .AnyTagClassName
 {
   color: #05AE1A;
 }
</style>
background-color css

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

 a { background-color: rgb(5,174,26); }

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

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

 span { border-color: rgb(5,174,26); }

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