#129F05

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

Shades of Islamic Green #129F05

Tints of Islamic Green #129F05

Color information

#129F05 (or 0x129F05) is unknown color: approx Islamic Green. HEX triplet: 12, 9F and 05. RGB value is (18,159,5). Sum of RGB (Red+Green+Blue) = 18+159+5=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 159 (62.5% from 255 or 87.36% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 159 - color contains mainly: green. Hex color #129F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F05 is #ED60FA. Grayscale: #636363. Windows color (decimal): -15556859 or 368402. OLE color: 368402.

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

Color convert

RGB181595-
CMYK0.8900.970.38
HSL114.94º93.9%32.16%-
HSV(B)114.94º96.86%62.35%-
XYZ12.6724.944.29-
YUV99.2874.7970.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 159 (62.5% from 255) = 87.36%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=9.89%
G=87.36%
B=2.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1815950.8900.970.38114.9493.932.16
Hex129F55906126735e20
Octal22237513101414616313640
Binary100101001111110110110010110000110011011100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,159,5); }

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

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

 a { background-color: rgb(18,159,5); }

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

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

 span { border-color: rgb(18,159,5); }

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