Html Css Color HEX #0EAE18 Islamic Green

📋 copy color: '#0EAE18'

red 14 ◦ green 174 ◦ blue 24

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

Shades of Islamic Green #0EAE18

Tints of Islamic Green #0EAE18

RGB

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

 GREEN value IS 174 (68.36% from 255) = 82.08%

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

R = 6.6%
G = 82.08%
B = 11.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#0EAE18 (or 0x0EAE18) is known color: Islamic Green. HEX triplet: 0E, AE and 18. RGB value is (14,174,24). Sum of RGB (Red+Green+Blue) = 14+174+24=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 174 (68.36% from 255 or 82.08% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE18 is #F151E7. Grayscale: #6D6D6D. Windows color (decimal): -15815144 or 1617422. OLE color: 1617422.

HSL color Cylindrical-coordinate representation of color #0EAE18: hue angle of 123.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAE18 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 174 24 -
CMYK 0.92 0 0.86 0.32
HSL 123.75º 0.85% 0.37% -
HSV(B) 123.75º 0.92% 0.68% -
XYZ 15.48 30.43 5.92 -
YUV 109.06 79.99 60.2 -
System Red Green Blue C M Y K H S L
Decimal 14 174 24 0.92 0 0.86 0.32 123.75 0.85 0.37
Hex E AE 18 5C 0 56 20 7C 55 25
Octal 16 256 30 134 0 126 40 174 125 45
Binary 1110 10101110 11000 1011100 0 1010110 100000 1111100 1010101 100101

Color Harmonies of #0EAE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE18

Black with #0EAE18

Text Example


Text Example

White with #0EAE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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