#009e14

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

Shades of Islamic Green #009E14

Tints of Islamic Green #009E14

Color information

#009E14 (or 0x009E14) is unknown color: approx Islamic Green. HEX triplet: 00, 9E and 14. RGB value is (0,158,20). Sum of RGB (Red+Green+Blue) = 0+158+20=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 158 (62.11% from 255 or 88.76% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 158 - color contains mainly: green. Hex color #009E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009E14 is #FF61EB. Grayscale: #5F5F5F. Windows color (decimal): -16736748 or 1351168. OLE color: 1351168.

HSL color Cylindrical-coordinate representation of color #009E14: hue angle of 127.59º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E14 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB015820-
CMYK100.870.38
HSL127.59º100%30.98%-
HSV(B)127.59º100%61.96%-
XYZ12.3524.54.74-
YUV95.0385.6560.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 88.76%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=0%
G=88.76%
B=11.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015820100.870.38127.5910030.98
Hex09E14640572680641f
Octal02362414401274620014437
Binary0100111101010011001000101011110011010000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009e14; }

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

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

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

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

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

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

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

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