Html Css Color HEX #0E7C10 Green

📋 copy color: '#0E7C10'

red 14 ◦ green 124 ◦ blue 16

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

Shades of Green #0E7C10

Tints of Green #0E7C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 80.52%

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 9.09%
G = 80.52%
B = 10.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#0E7C10 (or 0x0E7C10) is known color: Green. HEX triplet: 0E, 7C and 10. RGB value is (14,124,16). Sum of RGB (Red+Green+Blue) = 14+124+16=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 124 (48.83% from 255 or 80.52% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7C10 is #F183EF. Grayscale: #4F4F4F. Windows color (decimal): -15827952 or 1080334. OLE color: 1080334.

HSL color Cylindrical-coordinate representation of color #0E7C10: hue angle of 121.09º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C10 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 124 16 -
CMYK 0.89 0 0.87 0.51
HSL 121.09º 0.8% 0.27% -
HSV(B) 121.09º 0.89% 0.49% -
XYZ 7.48 14.55 2.9 -
YUV 78.8 92.56 81.78 -
System Red Green Blue C M Y K H S L
Decimal 14 124 16 0.89 0 0.87 0.51 121.09 0.8 0.27
Hex E 7C 10 59 0 57 33 79 50 1B
Octal 16 174 20 131 0 127 63 171 120 33
Binary 1110 1111100 10000 1011001 0 1010111 110011 1111001 1010000 11011

Color Harmonies of #0E7C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7C10

Black with #0E7C10

Text Example


Text Example

White with #0E7C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,124,16); }

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

background-color css

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

 a { background-color: rgb(14,124,16); }

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

border-color css

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

 span { border-color: rgb(14,124,16); }

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