#019C0C

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

Shades of Islamic Green #019C0C

Tints of Islamic Green #019C0C

Color information

#019C0C (or 0x019C0C) is unknown color: approx Islamic Green. HEX triplet: 01, 9C and 0C. RGB value is (1,156,12). Sum of RGB (Red+Green+Blue) = 1+156+12=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 156 (61.33% from 255 or 92.31% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 156 - color contains mainly: green. Hex color #019C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019C0C is #FE63F3. Grayscale: #5D5D5D. Windows color (decimal): -16671732 or 826369. OLE color: 826369.

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

Color convert

RGB115612-
CMYK0.9900.920.39
HSL124.26º98.73%30.78%-
HSV(B)124.26º99.36%61.18%-
XYZ11.9723.814.31-
YUV93.2482.1562.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 156 (61.33% from 255) = 92.31%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=0.59%
G=92.31%
B=7.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1156120.9900.920.39124.2698.7330.78
Hex19CC6305C277c631f
Octal12341414301344717414337
Binary11001110011001100011010111001001111111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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