Html Css Color HEX #0EA714 Islamic Green

📋 copy color: '#0EA714'

red 14 ◦ green 167 ◦ blue 20

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

Shades of Islamic Green #0EA714

Tints of Islamic Green #0EA714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 6.97%
G = 83.08%
B = 9.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#0EA714 (or 0x0EA714) is known color: Islamic Green. HEX triplet: 0E, A7 and 14. RGB value is (14,167,20). Sum of RGB (Red+Green+Blue) = 14+167+20=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 167 (65.62% from 255 or 83.08% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA714 is #F158EB. Grayscale: #686868. Windows color (decimal): -15816940 or 1353486. OLE color: 1353486.

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

Color convert

RGB 14 167 20 -
CMYK 0.92 0 0.88 0.35
HSL 122.35º 0.85% 0.35% -
HSV(B) 122.35º 0.92% 0.65% -
XYZ 14.13 27.78 5.28 -
YUV 104.5 80.31 63.45 -
System Red Green Blue C M Y K H S L
Decimal 14 167 20 0.92 0 0.88 0.35 122.35 0.85 0.35
Hex E A7 14 5C 0 58 23 7A 55 23
Octal 16 247 24 134 0 130 43 172 125 43
Binary 1110 10100111 10100 1011100 0 1011000 100011 1111010 1010101 100011

Color Harmonies of #0EA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA714

Black with #0EA714

Text Example


Text Example

White with #0EA714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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