#019712

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

Shades of Islamic Green #019712

Tints of Islamic Green #019712

Color information

#019712 (or 0x019712) is unknown color: approx Islamic Green. HEX triplet: 01, 97 and 12. RGB value is (1,151,18). Sum of RGB (Red+Green+Blue) = 1+151+18=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 151 (59.38% from 255 or 88.82% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 151 - color contains mainly: green. Hex color #019712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019712 is #FE68ED. Grayscale: #5B5B5B. Windows color (decimal): -16673006 or 1218305. OLE color: 1218305.

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

Color convert

RGB115118-
CMYK0.9900.880.41
HSL126.8º98.68%29.8%-
HSV(B)126.8º99.34%59.22%-
XYZ11.1922.184.26-
YUV90.9986.863.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 151 (59.38% from 255) = 88.82%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=0.59%
G=88.82%
B=10.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151180.9900.880.41126.898.6829.8
Hex1971263058297f631e
Octal12272214301305117714336
Binary110010111100101100011010110001010011111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019712; }

 p { color: rgb(1,151,18); }

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

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

 a { background-color: rgb(1,151,18); }

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

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

 span { border-color: rgb(1,151,18); }

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