Html Css Color HEX #7EAB0E Lima

📋 copy color: '#7EAB0E'

red 126 ◦ green 171 ◦ blue 14

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

Shades of Lima #7EAB0E

Tints of Lima #7EAB0E

RGB

 RED value IS 126 (49.61% from 255) = 40.51%

 GREEN value IS 171 (67.19% from 255) = 54.98%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 40.51%
G = 54.98%
B = 4.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#7EAB0E (or 0x7EAB0E) is known color: Lima. HEX triplet: 7E, AB and 0E. RGB value is (126,171,14). Sum of RGB (Red+Green+Blue) = 126+171+14=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAB0E is #8154F1. Grayscale: #8C8C8C. Windows color (decimal): -8475890 or 961406. OLE color: 961406.

HSL color Cylindrical-coordinate representation of color #7EAB0E: hue angle of 77.2º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EAB0E is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 171 14 -
CMYK 0.26 0 0.92 0.33
HSL 77.2º 0.85% 0.36% -
HSV(B) 77.2º 0.92% 0.67% -
XYZ 23.25 33.59 5.67 -
YUV 139.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 126 171 14 0.26 0 0.92 0.33 77.2 0.85 0.36
Hex 7E AB E 1A 0 5C 21 4D 55 24
Octal 176 253 16 32 0 134 41 115 125 44
Binary 1111110 10101011 1110 11010 0 1011100 100001 1001101 1010101 100100

Color Harmonies of #7EAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAB0E

Black with #7EAB0E

Text Example


Text Example

White with #7EAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EAB0E; }

 p { color: rgb(126,171,14); }

 H1.HeaderClassName
 {
   color: #7EAB0E;
 }
 .AnyTagClassName
 {
   color: #7EAB0E;
 }
</style>

background-color css

<style>
 a { background-color: #7EAB0E; }

 a { background-color: rgb(126,171,14); }

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

border-color css

<style>
 span { border-color: #7EAB0E; }

 span { border-color: rgb(126,171,14); }

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