#139202

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

Shades of Islamic Green #139202

Tints of Islamic Green #139202

Color information

#139202 (or 0x139202) is unknown color: approx Islamic Green. HEX triplet: 13, 92 and 02. RGB value is (19,146,2). Sum of RGB (Red+Green+Blue) = 19+146+2=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 146 (57.42% from 255 or 87.43% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 146 - color contains mainly: green. Hex color #139202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139202 is #EC6DFD. Grayscale: #5C5C5C. Windows color (decimal): -15494654 or 168467. OLE color: 168467.

HSL color Cylindrical-coordinate representation of color #139202: hue angle of 112.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #139202 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB191462-
CMYK0.8700.990.43
HSL112.92º97.3%29.02%-
HSV(B)112.92º98.63%57.25%-
XYZ10.5620.73.5-
YUV91.6177.4276.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 146 (57.42% from 255) = 87.43%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=11.38%
G=87.43%
B=1.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1914620.8700.990.43112.9297.329.02
Hex13922570632B71611d
Octal23222212701435316114135
Binary1001110010010101010111011000111010111110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139202; }

 p { color: rgb(19,146,2); }

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

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

 a { background-color: rgb(19,146,2); }

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

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

 span { border-color: rgb(19,146,2); }

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