Html Css Color HEX #0EAE16 Islamic Green

📋 copy color: '#0EAE16'

red 14 ◦ green 174 ◦ blue 22

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

Shades of Islamic Green #0EAE16

Tints of Islamic Green #0EAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 6.67%
G = 82.86%
B = 10.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#0EAE16 (or 0x0EAE16) is known color: Islamic Green. HEX triplet: 0E, AE and 16. RGB value is (14,174,22). Sum of RGB (Red+Green+Blue) = 14+174+22=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 174 (68.36% from 255 or 82.86% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAE16 is #F151E9. Grayscale: #6D6D6D. Windows color (decimal): -15815146 or 1486350. OLE color: 1486350.

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

Color convert

RGB 14 174 22 -
CMYK 0.92 0 0.87 0.32
HSL 123º 0.85% 0.37% -
HSV(B) 123º 0.92% 0.68% -
XYZ 15.46 30.42 5.82 -
YUV 108.83 78.99 60.36 -
System Red Green Blue C M Y K H S L
Decimal 14 174 22 0.92 0 0.87 0.32 123 0.85 0.37
Hex E AE 16 5C 0 57 20 7B 55 25
Octal 16 256 26 134 0 127 40 173 125 45
Binary 1110 10101110 10110 1011100 0 1010111 100000 1111011 1010101 100101

Color Harmonies of #0EAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE16

Black with #0EAE16

Text Example


Text Example

White with #0EAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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