Html Css Color HEX #0EBA12 Islamic Green

📋 copy color: '#0EBA12'

red 14 ◦ green 186 ◦ blue 18

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

Shades of Islamic Green #0EBA12

Tints of Islamic Green #0EBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 6.42%
G = 85.32%
B = 8.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#0EBA12 (or 0x0EBA12) is known color: Islamic Green. HEX triplet: 0E, BA and 12. RGB value is (14,186,18). Sum of RGB (Red+Green+Blue) = 14+186+18=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA12 is #F145ED. Grayscale: #737373. Windows color (decimal): -15812078 or 1227278. OLE color: 1227278.

HSL color Cylindrical-coordinate representation of color #0EBA12: hue angle of 121.4º 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 #0EBA12 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 18 -
CMYK 0.92 0 0.90 0.27
HSL 121.4º 0.86% 0.39% -
HSV(B) 121.4º 0.92% 0.73% -
XYZ 17.85 35.25 6.44 -
YUV 115.42 73.02 55.66 -
System Red Green Blue C M Y K H S L
Decimal 14 186 18 0.92 0 0.90 0.27 121.4 0.86 0.39
Hex E BA 12 5C 0 5A 1B 79 56 27
Octal 16 272 22 134 0 132 33 171 126 47
Binary 1110 10111010 10010 1011100 0 1011010 11011 1111001 1010110 100111

Color Harmonies of #0EBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA12

Black with #0EBA12

Text Example


Text Example

White with #0EBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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