#12A90E

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

Shades of Islamic Green #12A90E

Tints of Islamic Green #12A90E

Color information

#12A90E (or 0x12A90E) is unknown color: approx Islamic Green. HEX triplet: 12, A9 and 0E. RGB value is (18,169,14). Sum of RGB (Red+Green+Blue) = 18+169+14=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 169 (66.41% from 255 or 84.08% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 169 - color contains mainly: green. Hex color #12A90E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A90E is #ED56F1. Grayscale: #6A6A6A. Windows color (decimal): -15554290 or 960786. OLE color: 960786.

HSL color Cylindrical-coordinate representation of color #12A90E: hue angle of 118.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A90E is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1816914-
CMYK0.8900.920.34
HSL118.45º84.7%35.88%-
HSV(B)118.45º91.72%66.27%-
XYZ14.5228.545.16-
YUV106.1875.9765.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 169 (66.41% from 255) = 84.08%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=8.96%
G=84.08%
B=6.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18169140.8900.920.34118.4584.735.88
Hex12A9E5905C22765524
Octal222511613101344216612544
Binary1001010101001111010110010101110010001011101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,169,14); }

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

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

 a { background-color: rgb(18,169,14); }

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

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

 span { border-color: rgb(18,169,14); }

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