Html Css Color HEX #0EA716 Islamic Green

📋 copy color: '#0EA716'

red 14 ◦ green 167 ◦ blue 22

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

Shades of Islamic Green #0EA716

Tints of Islamic Green #0EA716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 82.27%

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

R = 6.9%
G = 82.27%
B = 10.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#0EA716 (or 0x0EA716) is known color: Islamic Green. HEX triplet: 0E, A7 and 16. RGB value is (14,167,22). Sum of RGB (Red+Green+Blue) = 14+167+22=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 167 (65.62% from 255 or 82.27% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA716 is #F158E9. Grayscale: #696969. Windows color (decimal): -15816938 or 1484558. OLE color: 1484558.

HSL color Cylindrical-coordinate representation of color #0EA716: hue angle of 123.14º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA716 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 167 22 -
CMYK 0.92 0 0.87 0.35
HSL 123.14º 0.85% 0.35% -
HSV(B) 123.14º 0.92% 0.65% -
XYZ 14.14 27.79 5.38 -
YUV 104.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 14 167 22 0.92 0 0.87 0.35 123.14 0.85 0.35
Hex E A7 16 5C 0 57 23 7B 55 23
Octal 16 247 26 134 0 127 43 173 125 43
Binary 1110 10100111 10110 1011100 0 1010111 100011 1111011 1010101 100011

Color Harmonies of #0EA716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA716

Black with #0EA716

Text Example


Text Example

White with #0EA716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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