#128D0B

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

Shades of Islamic Green #128D0B

Tints of Islamic Green #128D0B

Color information

#128D0B (or 0x128D0B) is unknown color: approx Islamic Green. HEX triplet: 12, 8D and 0B. RGB value is (18,141,11). Sum of RGB (Red+Green+Blue) = 18+141+11=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 141 (55.47% from 255 or 82.94% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 141 - color contains mainly: green. Hex color #128D0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128D0B is #ED72F4. Grayscale: #595959. Windows color (decimal): -15561461 or 757010. OLE color: 757010.

HSL color Cylindrical-coordinate representation of color #128D0B: hue angle of 116.77º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128D0B is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1814111-
CMYK0.8700.920.45
HSL116.77º85.53%29.8%-
HSV(B)116.77º92.2%55.29%-
XYZ9.8319.23.5-
YUV89.483.7577.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 141 (55.47% from 255) = 82.94%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=10.59%
G=82.94%
B=6.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18141110.8700.920.45116.7785.5329.8
Hex128DB5705C2D75561e
Octal222151312701345516512636
Binary100101000110110111010111010111001011011110101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128D0B; }

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

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

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

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

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

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

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

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