#129E11

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

Shades of Islamic Green #129E11

Tints of Islamic Green #129E11

Color information

#129E11 (or 0x129E11) is unknown color: approx Islamic Green. HEX triplet: 12, 9E and 11. RGB value is (18,158,17). Sum of RGB (Red+Green+Blue) = 18+158+17=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 158 (62.11% from 255 or 81.87% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 158 - color contains mainly: green. Hex color #129E11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E11 is #ED61EE. Grayscale: #646464. Windows color (decimal): -15557103 or 1154578. OLE color: 1154578.

HSL color Cylindrical-coordinate representation of color #129E11: hue angle of 119.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E11 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1815817-
CMYK0.8900.890.38
HSL119.57º80.57%34.31%-
HSV(B)119.57º89.24%61.96%-
XYZ12.5824.624.62-
YUV100.0781.1269.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 158 (62.11% from 255) = 81.87%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=9.33%
G=81.87%
B=8.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18158170.8900.890.38119.5780.5734.31
Hex129E115905926785122
Octal222362113101314617012142
Binary10010100111101000110110010101100110011011110001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129E11; }

 p { color: rgb(18,158,17); }

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

<style>
 a { background-color: #129E11; }

 a { background-color: rgb(18,158,17); }

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

<style>
 span { border-color: #129E11; }

 span { border-color: rgb(18,158,17); }

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