#129A0B

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

Shades of Islamic Green #129A0B

Tints of Islamic Green #129A0B

Color information

#129A0B (or 0x129A0B) is unknown color: approx Islamic Green. HEX triplet: 12, 9A and 0B. RGB value is (18,154,11). Sum of RGB (Red+Green+Blue) = 18+154+11=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 154 (60.55% from 255 or 84.15% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 154 - color contains mainly: green. Hex color #129A0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129A0B is #ED65F4. Grayscale: #616161. Windows color (decimal): -15558133 or 760338. OLE color: 760338.

HSL color Cylindrical-coordinate representation of color #129A0B: hue angle of 117.06º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129A0B is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1815411-
CMYK0.8800.930.40
HSL117.06º86.67%32.35%-
HSV(B)117.06º92.86%60.39%-
XYZ11.8723.264.18-
YUV97.0379.4471.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 154 (60.55% from 255) = 84.15%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=9.84%
G=84.15%
B=6.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154110.8800.930.40117.0686.6732.35
Hex129AB5805D28755720
Octal222321313001355016512740
Binary1001010011010101110110000101110110100011101011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,154,11); }

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

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

 a { background-color: rgb(18,154,11); }

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

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

 span { border-color: rgb(18,154,11); }

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