#019902

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

Shades of Islamic Green #019902

Tints of Islamic Green #019902

Color information

#019902 (or 0x019902) is unknown color: approx Islamic Green. HEX triplet: 01, 99 and 02. RGB value is (1,153,2). Sum of RGB (Red+Green+Blue) = 1+153+2=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 153 (60.16% from 255 or 98.08% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 153 - color contains mainly: green. Hex color #019902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019902 is #FE66FD. Grayscale: #5A5A5A. Windows color (decimal): -16672510 or 170241. OLE color: 170241.

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

Color convert

RGB11532-
CMYK0.9900.990.4
HSL120.39º98.7%30.2%-
HSV(B)120.39º99.35%60%-
XYZ11.4122.793.86-
YUV90.3478.1464.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 153 (60.16% from 255) = 98.08%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=0.64%
G=98.08%
B=1.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115320.9900.990.4120.3998.730.2
Hex1992630632878631e
Octal1231214301435017014336
Binary110011001101100011011000111010001111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019902; }

 p { color: rgb(1,153,2); }

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

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

 a { background-color: rgb(1,153,2); }

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

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

 span { border-color: rgb(1,153,2); }

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