Html Css Color HEX #0E7416 Green

📋 copy color: '#0E7416'

red 14 ◦ green 116 ◦ blue 22

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

Shades of Green #0E7416

Tints of Green #0E7416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 76.32%

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

R = 9.21%
G = 76.32%
B = 14.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#0E7416 (or 0x0E7416) is known color: Green. HEX triplet: 0E, 74 and 16. RGB value is (14,116,22). Sum of RGB (Red+Green+Blue) = 14+116+22=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7416 is #F18BE9. Grayscale: #4B4B4B. Windows color (decimal): -15829994 or 1471502. OLE color: 1471502.

HSL color Cylindrical-coordinate representation of color #0E7416: hue angle of 124.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7416 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 116 22 -
CMYK 0.88 0 0.81 0.55
HSL 124.71º 0.78% 0.25% -
HSV(B) 124.71º 0.88% 0.45% -
XYZ 6.57 12.64 2.85 -
YUV 74.79 98.21 84.64 -
System Red Green Blue C M Y K H S L
Decimal 14 116 22 0.88 0 0.81 0.55 124.71 0.78 0.25
Hex E 74 16 58 0 51 37 7D 4E 19
Octal 16 164 26 130 0 121 67 175 116 31
Binary 1110 1110100 10110 1011000 0 1010001 110111 1111101 1001110 11001

Color Harmonies of #0E7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7416

Black with #0E7416

Text Example


Text Example

White with #0E7416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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