#0e9e00

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

Shades of Islamic Green #0E9E00

Tints of Islamic Green #0E9E00

Color information

#0E9E00 (or 0x0E9E00) is unknown color: approx Islamic Green. HEX triplet: 0E, 9E and 00. RGB value is (14,158,0). Sum of RGB (Red+Green+Blue) = 14+158+0=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 158 (62.11% from 255 or 91.86% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9E00 is #F161FF. Grayscale: #616161. Windows color (decimal): -15819264 or 40462. OLE color: 40462.

HSL color Cylindrical-coordinate representation of color #0E9E00: hue angle of 114.68º 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 #0E9E00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB141580-
CMYK0.91010.38
HSL114.68º100%30.98%-
HSV(B)114.68º100%61.96%-
XYZ12.4124.554.08-
YUV96.9373.2968.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.14%
GREEN value IS 158 (62.11% from 255) = 91.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.14%
G=91.86%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1415800.91010.38114.6810030.98
HexE9E05B0642673641f
Octal16236013301444616314437
Binary11101001111001011011011001001001101110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e9e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e9e00; }

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

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

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

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

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

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

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

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