#199801

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

Shades of Islamic Green #199801

Tints of Islamic Green #199801

Color information

#199801 (or 0x199801) is unknown color: approx Islamic Green. HEX triplet: 19, 98 and 01. RGB value is (25,152,1). Sum of RGB (Red+Green+Blue) = 25+152+1=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 152 (59.77% from 255 or 85.39% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 152 - color contains mainly: green. Hex color #199801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199801 is #E667FE. Grayscale: #616161. Windows color (decimal): -15099903 or 104473. OLE color: 104473.

HSL color Cylindrical-coordinate representation of color #199801: hue angle of 110.46º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #199801 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB251521-
CMYK0.8400.990.40
HSL110.46º98.69%30%-
HSV(B)110.46º99.34%59.61%-
XYZ11.6322.673.79-
YUV96.8173.9276.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 152 (59.77% from 255) = 85.39%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=14.04%
G=85.39%
B=0.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2515210.8400.990.40110.4698.6930
Hex1998154063286e631e
Octal31230112401435015614336
Binary110011001100011010100011000111010001101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199801; }

 p { color: rgb(25,152,1); }

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

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

 a { background-color: rgb(25,152,1); }

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

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

 span { border-color: rgb(25,152,1); }

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