#129E04

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

Shades of Islamic Green #129E04

Tints of Islamic Green #129E04

Color information

#129E04 (or 0x129E04) is unknown color: approx Islamic Green. HEX triplet: 12, 9E and 04. RGB value is (18,158,4). Sum of RGB (Red+Green+Blue) = 18+158+4=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 158 (62.11% from 255 or 87.78% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 158 - color contains mainly: green. Hex color #129E04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E04 is #ED61FB. Grayscale: #636363. Windows color (decimal): -15557116 or 302610. OLE color: 302610.

HSL color Cylindrical-coordinate representation of color #129E04: hue angle of 114.55º degrees, saturation: 0.95, 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 #129E04 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB181584-
CMYK0.8900.970.38
HSL114.55º95.06%31.76%-
HSV(B)114.55º97.47%61.96%-
XYZ12.524.594.2-
YUV98.5874.6270.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 158 (62.11% from 255) = 87.78%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=10%
G=87.78%
B=2.22%

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
Decimal1815840.8900.970.38114.5595.0631.76
Hex129E45906126735f20
Octal22236413101414616313740
Binary100101001111010010110010110000110011011100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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