#009514

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

Shades of Islamic Green #009514

Tints of Islamic Green #009514

Color information

#009514 (or 0x009514) is unknown color: approx Islamic Green. HEX triplet: 00, 95 and 14. RGB value is (0,149,20). Sum of RGB (Red+Green+Blue) = 0+149+20=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #009514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009514 is #FF6AEB. Grayscale: #5A5A5A. Windows color (decimal): -16739052 or 1348864. OLE color: 1348864.

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

Color convert

RGB014920-
CMYK100.870.42
HSL128.05º100%29.22%-
HSV(B)128.05º100%58.43%-
XYZ10.8721.554.25-
YUV89.7488.6463.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 88.17%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=0%
G=88.17%
B=11.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014920100.870.42128.0510029.22
Hex09514640572A80641d
Octal02252414401275220014435
Binary0100101011010011001000101011110101010000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009514; }

 p { color: rgb(0,149,20); }

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

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

 a { background-color: rgb(0,149,20); }

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

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

 span { border-color: rgb(0,149,20); }

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