#05AE19

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

Shades of Islamic Green #05AE19

Tints of Islamic Green #05AE19

Color information

#05AE19 (or 0x05AE19) is unknown color: approx Islamic Green. HEX triplet: 05, AE and 19. RGB value is (5,174,25). Sum of RGB (Red+Green+Blue) = 5+174+25=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 174 (68.36% from 255 or 85.29% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AE19 is #FA51E6. Grayscale: #6A6A6A. Windows color (decimal): -16404967 or 1682949. OLE color: 1682949.

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

Color convert

RGB517425-
CMYK0.9700.860.32
HSL127.1º94.41%35.1%-
HSV(B)127.1º97.13%68.24%-
XYZ15.3730.375.97-
YUV106.4882.0155.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 174 (68.36% from 255) = 85.29%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=2.45%
G=85.29%
B=12.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5174250.9700.860.32127.194.4135.1
Hex5AE1961056207f5e23
Octal52563114101264017713643
Binary101101011101100111000010101011010000011111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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