Html Css Color HEX #0EBA11 Islamic Green

📋 copy color: '#0EBA11'

red 14 ◦ green 186 ◦ blue 17

#0EBA11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0EBA11

Tints of Islamic Green #0EBA11

RGB

 RED value IS 14 (5.86% from 255) = 6.45%

 GREEN value IS 186 (73.05% from 255) = 85.71%

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 6.45%
G = 85.71%
B = 7.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#0EBA11 (or 0x0EBA11) is known color: Islamic Green. HEX triplet: 0E, BA and 11. RGB value is (14,186,17). Sum of RGB (Red+Green+Blue) = 14+186+17=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA11 is #F145EE. Grayscale: #737373. Windows color (decimal): -15812079 or 1161742. OLE color: 1161742.

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

Color convert

RGB 14 186 17 -
CMYK 0.92 0 0.91 0.27
HSL 121.05º 0.86% 0.39% -
HSV(B) 121.05º 0.92% 0.73% -
XYZ 17.84 35.25 6.39 -
YUV 115.31 72.52 55.74 -
System Red Green Blue C M Y K H S L
Decimal 14 186 17 0.92 0 0.91 0.27 121.05 0.86 0.39
Hex E BA 11 5C 0 5B 1B 79 56 27
Octal 16 272 21 134 0 133 33 171 126 47
Binary 1110 10111010 10001 1011100 0 1011011 11011 1111001 1010110 100111

Color Harmonies of #0EBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA11

Black with #0EBA11

Text Example


Text Example

White with #0EBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EBA11;
 }
 .AnyTagClassName
 {
   color: #0EBA11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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