#129b00

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

Shades of Islamic Green #129B00

Tints of Islamic Green #129B00

Color information

#129B00 (or 0x129B00) is unknown color: approx Islamic Green. HEX triplet: 12, 9B and 00. RGB value is (18,155,0). Sum of RGB (Red+Green+Blue) = 18+155+0=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 155 (60.94% from 255 or 89.60% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 155 - color contains mainly: green. Hex color #129B00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129B00 is #ED64FF. Grayscale: #606060. Windows color (decimal): -15557888 or 39698. OLE color: 39698.

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

Color convert

RGB181550-
CMYK0.88010.39
HSL113.03º100%30.39%-
HSV(B)113.03º100%60.78%-
XYZ11.9723.573.92-
YUV96.3773.6172.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 155 (60.94% from 255) = 89.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.40%
G=89.60%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1815500.88010.39113.0310030.39
Hex129B0580642771641e
Octal22233013001444716114436
Binary100101001101101011000011001001001111110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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