#129808

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

Shades of Islamic Green #129808

Tints of Islamic Green #129808

Color information

#129808 (or 0x129808) is unknown color: approx Islamic Green. HEX triplet: 12, 98 and 08. RGB value is (18,152,8). Sum of RGB (Red+Green+Blue) = 18+152+8=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 152 (59.77% from 255 or 85.39% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 152 - color contains mainly: green. Hex color #129808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129808 is #ED67F7. Grayscale: #5F5F5F. Windows color (decimal): -15558648 or 563218. OLE color: 563218.

HSL color Cylindrical-coordinate representation of color #129808: hue angle of 115.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #129808 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB181528-
CMYK0.8800.950.40
HSL115.83º90%31.37%-
HSV(B)115.83º94.74%59.61%-
XYZ11.5222.63.99-
YUV95.5278.6172.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 152 (59.77% from 255) = 85.39%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=10.11%
G=85.39%
B=4.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1815280.8800.950.40115.839031.37
Hex129885805F28745a1f
Octal222301013001375016413237
Binary100101001100010001011000010111111010001110100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129808; }

 p { color: rgb(18,152,8); }

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

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

 a { background-color: rgb(18,152,8); }

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

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

 span { border-color: rgb(18,152,8); }

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