#129802

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

Shades of Islamic Green #129802

Tints of Islamic Green #129802

Color information

#129802 (or 0x129802) is unknown color: approx Islamic Green. HEX triplet: 12, 98 and 02. RGB value is (18,152,2). Sum of RGB (Red+Green+Blue) = 18+152+2=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 152 (59.77% from 255 or 88.37% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 152 - color contains mainly: green. Hex color #129802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129802 is #ED67FD. Grayscale: #5F5F5F. Windows color (decimal): -15558654 or 170002. OLE color: 170002.

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

Color convert

RGB181522-
CMYK0.8800.990.40
HSL113.6º97.4%30.2%-
HSV(B)113.6º98.68%59.61%-
XYZ11.4922.593.81-
YUV94.8375.6173.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 152 (59.77% from 255) = 88.37%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=10.47%
G=88.37%
B=1.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1815220.8800.990.40113.697.430.2
Hex12982580632872611e
Octal22230213001435016214136
Binary1001010011000101011000011000111010001110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129802; }

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

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

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

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

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

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

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

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