#0EBE15

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

Shades of Islamic Green #0EBE15

Tints of Islamic Green #0EBE15

Color information

#0EBE15 (or 0x0EBE15) is unknown color: approx Islamic Green. HEX triplet: 0E, BE and 15. RGB value is (14,190,21). Sum of RGB (Red+Green+Blue) = 14+190+21=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 190 (74.61% from 255 or 84.44% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBE15 is #F141EA. Grayscale: #767676. Windows color (decimal): -15811051 or 1424910. OLE color: 1424910.

HSL color Cylindrical-coordinate representation of color #0EBE15: hue angle of 122.39º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE15 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1419021-
CMYK0.9300.890.25
HSL122.39º86.27%40%-
HSV(B)122.39º92.63%74.51%-
XYZ18.7336.976.86-
YUV118.1173.1953.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 190 (74.61% from 255) = 84.44%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=6.22%
G=84.44%
B=9.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190210.9300.890.25122.3986.2740
HexEBE155D059197a5628
Octal162762513501313117212650
Binary111010111110101011011101010110011100111110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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