Html Css Color HEX #0E711A Green

📋 copy color: '#0E711A'

red 14 ◦ green 113 ◦ blue 26

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

Shades of Green #0E711A

Tints of Green #0E711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.86%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 9.15%
G = 73.86%
B = 16.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#0E711A (or 0x0E711A) is known color: Green. HEX triplet: 0E, 71 and 1A. RGB value is (14,113,26). Sum of RGB (Red+Green+Blue) = 14+113+26=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #0E711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E711A is #F18EE5. Grayscale: #494949. Windows color (decimal): -15830758 or 1732878. OLE color: 1732878.

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

Color convert

RGB 14 113 26 -
CMYK 0.88 0 0.77 0.56
HSL 127.27º 0.78% 0.25% -
HSV(B) 127.27º 0.88% 0.44% -
XYZ 6.27 11.98 2.96 -
YUV 73.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 14 113 26 0.88 0 0.77 0.56 127.27 0.78 0.25
Hex E 71 1A 58 0 4D 38 7F 4E 19
Octal 16 161 32 130 0 115 70 177 116 31
Binary 1110 1110001 11010 1011000 0 1001101 111000 1111111 1001110 11001

Color Harmonies of #0E711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E711A

Black with #0E711A

Text Example


Text Example

White with #0E711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,26); }

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

background-color css

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

 a { background-color: rgb(14,113,26); }

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

border-color css

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

 span { border-color: rgb(14,113,26); }

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