#12AE00

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

Shades of Islamic Green #12AE00

Tints of Islamic Green #12AE00

Color information

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

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

Color convert

RGB181740-
CMYK0.90010.32
HSL113.79º100%34.12%-
HSV(B)113.79º100%68.24%-
XYZ15.3930.45.06-
YUV107.5267.3264.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1817400.90010.32113.7910034.12
Hex12AE05A06420726422
Octal22256013201444016214442
Binary1001010101110010110100110010010000011100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AE00; }

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

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

<style>
 a { background-color: #12AE00; }

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

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

<style>
 span { border-color: #12AE00; }

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

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