#129E07

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

Shades of Islamic Green #129E07

Tints of Islamic Green #129E07

Color information

#129E07 (or 0x129E07) is unknown color: approx Islamic Green. HEX triplet: 12, 9E and 07. RGB value is (18,158,7). Sum of RGB (Red+Green+Blue) = 18+158+7=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 158 (62.11% from 255 or 86.34% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 158 - color contains mainly: green. Hex color #129E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E07 is #ED61F8. Grayscale: #636363. Windows color (decimal): -15557113 or 499218. OLE color: 499218.

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

Color convert

RGB181587-
CMYK0.8900.960.38
HSL115.63º91.52%32.35%-
HSV(B)115.63º95.57%61.96%-
XYZ12.5124.64.29-
YUV98.9376.1270.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 158 (62.11% from 255) = 86.34%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=9.84%
G=86.34%
B=3.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1815870.8900.960.38115.6391.5232.35
Hex129E75906026745c20
Octal22236713101404616413440
Binary100101001111011110110010110000010011011101001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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