#00AE12

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

Shades of Islamic Green #00AE12

Tints of Islamic Green #00AE12

Color information

#00AE12 (or 0x00AE12) is unknown color: approx Islamic Green. HEX triplet: 00, AE and 12. RGB value is (0,174,18). Sum of RGB (Red+Green+Blue) = 0+174+18=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 174 (68.36% from 255 or 90.62% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AE12 is #FF51ED. Grayscale: #686868. Windows color (decimal): -16732654 or 1224192. OLE color: 1224192.

HSL color Cylindrical-coordinate representation of color #00AE12: hue angle of 126.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AE12 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB017418-
CMYK100.900.32
HSL126.21º100%34.12%-
HSV(B)126.21º100%68.24%-
XYZ15.2530.325.62-
YUV104.1979.3553.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 174 (68.36% from 255) = 90.62%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=0%
G=90.62%
B=9.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal017418100.900.32126.2110034.12
Hex0AE126405A207e6422
Octal02562214401324017614442
Binary0101011101001011001000101101010000011111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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