#0E9403

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

Shades of Islamic Green #0E9403

Tints of Islamic Green #0E9403

Color information

#0E9403 (or 0x0E9403) is unknown color: approx Islamic Green. HEX triplet: 0E, 94 and 03. RGB value is (14,148,3). Sum of RGB (Red+Green+Blue) = 14+148+3=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 148 (58.20% from 255 or 89.70% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9403 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9403 is #F16BFC. Grayscale: #5B5B5B. Windows color (decimal): -15821821 or 234510. OLE color: 234510.

HSL color Cylindrical-coordinate representation of color #0E9403: hue angle of 115.45º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E9403 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB141483-
CMYK0.9100.980.42
HSL115.45º96.03%29.61%-
HSV(B)115.45º97.97%58.04%-
XYZ10.7921.283.62-
YUV91.478.1172.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.48%
GREEN value IS 148 (58.20% from 255) = 89.70%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=8.48%
G=89.70%
B=1.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1414830.9100.980.42115.4596.0329.61
HexE9435B0622A73601e
Octal16224313301425216314036
Binary111010010100111011011011000101010101110011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,148,3); }

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

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

 a { background-color: rgb(14,148,3); }

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

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

 span { border-color: rgb(14,148,3); }

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