#128E0D

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

Shades of Islamic Green #128E0D

Tints of Islamic Green #128E0D

Color information

#128E0D (or 0x128E0D) is unknown color: approx Islamic Green. HEX triplet: 12, 8E and 0D. RGB value is (18,142,13). Sum of RGB (Red+Green+Blue) = 18+142+13=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 142 (55.86% from 255 or 82.08% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 142 - color contains mainly: green. Hex color #128E0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128E0D is #ED71F2. Grayscale: #5A5A5A. Windows color (decimal): -15561203 or 888338. OLE color: 888338.

HSL color Cylindrical-coordinate representation of color #128E0D: hue angle of 117.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128E0D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1814213-
CMYK0.8700.910.44
HSL117.67º83.23%30.39%-
HSV(B)117.67º90.85%55.69%-
XYZ1019.53.62-
YUV90.2284.4276.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 142 (55.86% from 255) = 82.08%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=10.40%
G=82.08%
B=7.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18142130.8700.910.44117.6783.2330.39
Hex128ED5705B2C76531e
Octal222161512701335416612336
Binary100101000111011011010111010110111011001110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,142,13); }

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

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

 a { background-color: rgb(18,142,13); }

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

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

 span { border-color: rgb(18,142,13); }

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