#129B02

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

Shades of Islamic Green #129B02

Tints of Islamic Green #129B02

Color information

#129B02 (or 0x129B02) is unknown color: approx Islamic Green. HEX triplet: 12, 9B and 02. RGB value is (18,155,2). Sum of RGB (Red+Green+Blue) = 18+155+2=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #129B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129B02 is #ED64FD. Grayscale: #616161. Windows color (decimal): -15557886 or 170770. OLE color: 170770.

HSL color Cylindrical-coordinate representation of color #129B02: hue angle of 113.73º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #129B02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB181552-
CMYK0.8800.990.39
HSL113.73º97.45%30.78%-
HSV(B)113.73º98.71%60.78%-
XYZ11.9823.583.98-
YUV96.674.6171.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 155 (60.94% from 255) = 88.57%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=10.29%
G=88.57%
B=1.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1815520.8800.990.39113.7397.4530.78
Hex129B2580632772611f
Octal22233213001434716214137
Binary1001010011011101011000011000111001111110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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