#0EBA01

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

Shades of Islamic Green #0EBA01

Tints of Islamic Green #0EBA01

Color information

#0EBA01 (or 0x0EBA01) is unknown color: approx Islamic Green. HEX triplet: 0E, BA and 01. RGB value is (14,186,1). Sum of RGB (Red+Green+Blue) = 14+186+1=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 186 (73.05% from 255 or 92.54% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA01 is #F145FE. Grayscale: #727272. Windows color (decimal): -15812095 or 113166. OLE color: 113166.

HSL color Cylindrical-coordinate representation of color #0EBA01: hue angle of 115.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EBA01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB141861-
CMYK0.9200.990.27
HSL115.78º98.93%36.67%-
HSV(B)115.78º99.46%72.94%-
XYZ17.7535.215.89-
YUV113.4864.5257.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 186 (73.05% from 255) = 92.54%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=6.97%
G=92.54%
B=0.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1418610.9200.990.27115.7898.9336.67
HexEBA15C0631B746325
Octal16272113401433316414345
Binary11101011101011011100011000111101111101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,186,1); }

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

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

 a { background-color: rgb(14,186,1); }

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

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

 span { border-color: rgb(14,186,1); }

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