#019C00

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

Shades of Islamic Green #019C00

Tints of Islamic Green #019C00

Color information

#019C00 (or 0x019C00) is unknown color: approx Islamic Green. HEX triplet: 01, 9C and 00. RGB value is (1,156,0). Sum of RGB (Red+Green+Blue) = 1+156+0=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 156 (61.33% from 255 or 99.36% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 156 - color contains mainly: green. Hex color #019C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019C00 is #FE63FF. Grayscale: #5C5C5C. Windows color (decimal): -16671744 or 39937. OLE color: 39937.

HSL color Cylindrical-coordinate representation of color #019C00: hue angle of 119.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019C00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB11560-
CMYK0.99010.39
HSL119.62º100%30.59%-
HSV(B)119.62º100%61.18%-
XYZ11.923.783.96-
YUV91.8776.1563.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 156 (61.33% from 255) = 99.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.64%
G=99.36%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115600.99010.39119.6210030.59
Hex19C0630642778641f
Octal1234014301444717014437
Binary11001110001100011011001001001111111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019C00; }

 p { color: rgb(1,156,0); }

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

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

 a { background-color: rgb(1,156,0); }

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

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

 span { border-color: rgb(1,156,0); }

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