Html Css Color HEX #0EB918 Islamic Green

📋 copy color: '#0EB918'

red 14 ◦ green 185 ◦ blue 24

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

Shades of Islamic Green #0EB918

Tints of Islamic Green #0EB918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 82.96%

 BLUE value IS 24 (9.77% from 255) = 10.76%

R = 6.28%
G = 82.96%
B = 10.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0EB918 (or 0x0EB918) is known color: Islamic Green. HEX triplet: 0E, B9 and 18. RGB value is (14,185,24). Sum of RGB (Red+Green+Blue) = 14+185+24=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 185 (72.66% from 255 or 82.96% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB918 is #F146E7. Grayscale: #737373. Windows color (decimal): -15812328 or 1620238. OLE color: 1620238.

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

Color convert

RGB 14 185 24 -
CMYK 0.92 0 0.87 0.27
HSL 123.51º 0.86% 0.39% -
HSV(B) 123.51º 0.92% 0.73% -
XYZ 17.69 34.86 6.66 -
YUV 115.52 76.35 55.59 -
System Red Green Blue C M Y K H S L
Decimal 14 185 24 0.92 0 0.87 0.27 123.51 0.86 0.39
Hex E B9 18 5C 0 57 1B 7C 56 27
Octal 16 271 30 134 0 127 33 174 126 47
Binary 1110 10111001 11000 1011100 0 1010111 11011 1111100 1010110 100111

Color Harmonies of #0EB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB918

Black with #0EB918

Text Example


Text Example

White with #0EB918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,24); }

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

background-color css

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

 a { background-color: rgb(14,185,24); }

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

border-color css

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

 span { border-color: rgb(14,185,24); }

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