#199202

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

Shades of Islamic Green #199202

Tints of Islamic Green #199202

Color information

#199202 (or 0x199202) is unknown color: approx Islamic Green. HEX triplet: 19, 92 and 02. RGB value is (25,146,2). Sum of RGB (Red+Green+Blue) = 25+146+2=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 146 (57.42% from 255 or 84.39% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 146 - color contains mainly: green. Hex color #199202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199202 is #E66DFD. Grayscale: #5D5D5D. Windows color (decimal): -15101438 or 168473. OLE color: 168473.

HSL color Cylindrical-coordinate representation of color #199202: hue angle of 110.42º 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 #199202 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB251462-
CMYK0.8300.990.43
HSL110.42º97.3%29.02%-
HSV(B)110.42º98.63%57.25%-
XYZ10.6920.773.5-
YUV93.476.4179.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 146 (57.42% from 255) = 84.39%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=14.45%
G=84.39%
B=1.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2514620.8300.990.43110.4297.329.02
Hex19922530632B6e611d
Octal31222212301435315614135
Binary1100110010010101010011011000111010111101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199202; }

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

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

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

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

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

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

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

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