#0E9B08

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

Shades of Islamic Green #0E9B08

Tints of Islamic Green #0E9B08

Color information

#0E9B08 (or 0x0E9B08) is unknown color: approx Islamic Green. HEX triplet: 0E, 9B and 08. RGB value is (14,155,8). Sum of RGB (Red+Green+Blue) = 14+155+8=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 155 (60.94% from 255 or 87.57% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9B08 is #F164F7. Grayscale: #606060. Windows color (decimal): -15820024 or 563982. OLE color: 563982.

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

Color convert

RGB141558-
CMYK0.9100.950.39
HSL117.55º90.18%31.96%-
HSV(B)117.55º94.84%60.78%-
XYZ11.9523.554.15-
YUV96.0878.2969.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 155 (60.94% from 255) = 87.57%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=7.91%
G=87.57%
B=4.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1415580.9100.950.39117.5590.1831.96
HexE9B85B05F27765a20
Octal162331013301374716613240
Binary111010011011100010110110101111110011111101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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