#128F02

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

Shades of Islamic Green #128F02

Tints of Islamic Green #128F02

Color information

#128F02 (or 0x128F02) is unknown color: approx Islamic Green. HEX triplet: 12, 8F and 02. RGB value is (18,143,2). Sum of RGB (Red+Green+Blue) = 18+143+2=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 143 (56.25% from 255 or 87.73% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 143 - color contains mainly: green. Hex color #128F02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128F02 is #ED70FD. Grayscale: #595959. Windows color (decimal): -15560958 or 167698. OLE color: 167698.

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

Color convert

RGB181432-
CMYK0.8700.990.44
HSL113.19º97.24%28.43%-
HSV(B)113.19º98.6%56.08%-
XYZ10.0819.783.34-
YUV89.5578.5976.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 143 (56.25% from 255) = 87.73%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=11.04%
G=87.73%
B=1.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1814320.8700.990.44113.1997.2428.43
Hex128F2570632C71611c
Octal22217212701435416114134
Binary1001010001111101010111011000111011001110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,143,2); }

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

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

 a { background-color: rgb(18,143,2); }

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

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

 span { border-color: rgb(18,143,2); }

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