#05AE12

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

Shades of Islamic Green #05AE12

Tints of Islamic Green #05AE12

Color information

#05AE12 (or 0x05AE12) is unknown color: approx Islamic Green. HEX triplet: 05, AE and 12. RGB value is (5,174,18). Sum of RGB (Red+Green+Blue) = 5+174+18=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 174 (68.36% from 255 or 88.32% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AE12 is #FA51ED. Grayscale: #6A6A6A. Windows color (decimal): -16404974 or 1224197. OLE color: 1224197.

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

Color convert

RGB517418-
CMYK0.9700.900.32
HSL124.62º94.41%35.1%-
HSV(B)124.62º97.13%68.24%-
XYZ15.3130.355.62-
YUV105.6878.5156.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 174 (68.36% from 255) = 88.32%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=2.54%
G=88.32%
B=9.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5174180.9700.900.32124.6294.4135.1
Hex5AE126105A207d5e23
Octal52562214101324017513643
Binary101101011101001011000010101101010000011111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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