#199207

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

Shades of Islamic Green #199207

Tints of Islamic Green #199207

Color information

#199207 (or 0x199207) is unknown color: approx Islamic Green. HEX triplet: 19, 92 and 07. RGB value is (25,146,7). Sum of RGB (Red+Green+Blue) = 25+146+7=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 146 (57.42% from 255 or 82.02% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 146 - color contains mainly: green. Hex color #199207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199207 is #E66DF8. Grayscale: #5E5E5E. Windows color (decimal): -15101433 or 496153. OLE color: 496153.

HSL color Cylindrical-coordinate representation of color #199207: hue angle of 112.23º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #199207 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB251467-
CMYK0.8300.950.43
HSL112.23º90.85%30%-
HSV(B)112.23º95.21%57.25%-
XYZ10.7220.783.65-
YUV93.9878.9178.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 146 (57.42% from 255) = 82.02%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=14.04%
G=82.02%
B=3.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2514670.8300.950.43112.2390.8530
Hex199275305F2B705b1e
Octal31222712301375316013336
Binary11001100100101111010011010111111010111110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199207; }

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

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

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

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

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

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

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

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