Html Css Color HEX #0EA018 Islamic Green

📋 copy color: '#0EA018'

red 14 ◦ green 160 ◦ blue 24

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

Shades of Islamic Green #0EA018

Tints of Islamic Green #0EA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 80.81%

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

R = 7.07%
G = 80.81%
B = 12.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#0EA018 (or 0x0EA018) is known color: Islamic Green. HEX triplet: 0E, A0 and 18. RGB value is (14,160,24). Sum of RGB (Red+Green+Blue) = 14+160+24=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 160 (62.89% from 255 or 80.81% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA018 is #F15FE7. Grayscale: #656565. Windows color (decimal): -15818728 or 1613838. OLE color: 1613838.

HSL color Cylindrical-coordinate representation of color #0EA018: hue angle of 124.11º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA018 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 160 24 -
CMYK 0.91 0 0.85 0.37
HSL 124.11º 0.84% 0.34% -
HSV(B) 124.11º 0.91% 0.63% -
XYZ 12.92 25.3 5.07 -
YUV 100.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 14 160 24 0.91 0 0.85 0.37 124.11 0.84 0.34
Hex E A0 18 5B 0 55 25 7C 54 22
Octal 16 240 30 133 0 125 45 174 124 42
Binary 1110 10100000 11000 1011011 0 1010101 100101 1111100 1010100 100010

Color Harmonies of #0EA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA018

Black with #0EA018

Text Example


Text Example

White with #0EA018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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