#0E9B15

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

Shades of Islamic Green #0E9B15

Tints of Islamic Green #0E9B15

Color information

#0E9B15 (or 0x0E9B15) is unknown color: approx Islamic Green. HEX triplet: 0E, 9B and 15. RGB value is (14,155,21). Sum of RGB (Red+Green+Blue) = 14+155+21=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 155 (60.94% from 255 or 81.58% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9B15 is #F164EA. Grayscale: #616161. Windows color (decimal): -15820011 or 1415950. OLE color: 1415950.

HSL color Cylindrical-coordinate representation of color #0E9B15: hue angle of 122.98º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B15 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1415521-
CMYK0.9100.860.39
HSL122.98º83.43%33.14%-
HSV(B)122.98º90.97%60.78%-
XYZ12.0423.594.63-
YUV97.5684.7968.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 155 (60.94% from 255) = 81.58%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=7.37%
G=81.58%
B=11.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14155210.9100.860.39122.9883.4333.14
HexE9B155B056277b5321
Octal162332513301264717312341
Binary1110100110111010110110110101011010011111110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,21); }

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

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

 a { background-color: rgb(14,155,21); }

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

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

 span { border-color: rgb(14,155,21); }

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