#019512

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

Shades of Islamic Green #019512

Tints of Islamic Green #019512

Color information

#019512 (or 0x019512) is unknown color: approx Islamic Green. HEX triplet: 01, 95 and 12. RGB value is (1,149,18). Sum of RGB (Red+Green+Blue) = 1+149+18=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 149 (58.59% from 255 or 88.69% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 149 - color contains mainly: green. Hex color #019512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019512 is #FE6AED. Grayscale: #5A5A5A. Windows color (decimal): -16673518 or 1217793. OLE color: 1217793.

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

Color convert

RGB114918-
CMYK0.9900.880.42
HSL126.89º98.67%29.41%-
HSV(B)126.89º99.33%58.43%-
XYZ10.8721.554.16-
YUV89.8187.4764.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 149 (58.59% from 255) = 88.69%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=0.60%
G=88.69%
B=10.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1149180.9900.880.42126.8998.6729.41
Hex19512630582A7f631d
Octal12252214301305217714335
Binary110010101100101100011010110001010101111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019512; }

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

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

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

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

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

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

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

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