#129511

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

Shades of Islamic Green #129511

Tints of Islamic Green #129511

Color information

#129511 (or 0x129511) is unknown color: approx Islamic Green. HEX triplet: 12, 95 and 11. RGB value is (18,149,17). Sum of RGB (Red+Green+Blue) = 18+149+17=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 149 (58.59% from 255 or 80.98% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 149 - color contains mainly: green. Hex color #129511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129511 is #ED6AEE. Grayscale: #5F5F5F. Windows color (decimal): -15559407 or 1152274. OLE color: 1152274.

HSL color Cylindrical-coordinate representation of color #129511: hue angle of 119.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129511 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1814917-
CMYK0.8800.890.42
HSL119.55º79.52%32.55%-
HSV(B)119.55º88.59%58.43%-
XYZ11.121.664.13-
YUV94.7884.173.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 149 (58.59% from 255) = 80.98%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=9.78%
G=80.98%
B=9.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149170.8800.890.42119.5579.5232.55
Hex129511580592A785021
Octal222252113001315217012041
Binary10010100101011000110110000101100110101011110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129511; }

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

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

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

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

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

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

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

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