#129500

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

Shades of Islamic Green #129500

Tints of Islamic Green #129500

Color information

#129500 (or 0x129500) is unknown color: approx Islamic Green. HEX triplet: 12, 95 and 00. RGB value is (18,149,0). Sum of RGB (Red+Green+Blue) = 18+149+0=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 149 (58.59% from 255 or 89.22% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 149 - color contains mainly: green. Hex color #129500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129500 is #ED6AFF. Grayscale: #5D5D5D. Windows color (decimal): -15559424 or 38162. OLE color: 38162.

HSL color Cylindrical-coordinate representation of color #129500: hue angle of 112.75º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #129500 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB181490-
CMYK0.88010.42
HSL112.75º100%29.22%-
HSV(B)112.75º100%58.43%-
XYZ1121.623.59-
YUV92.8475.674.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 149 (58.59% from 255) = 89.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.78%
G=89.22%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1814900.88010.42112.7510029.22
Hex12950580642A71641d
Octal22225013001445216114435
Binary100101001010101011000011001001010101110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129500; }

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

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

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

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

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

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

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

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