#7EAF0D

Color #7EAF0D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EAF0D

Tints of Lima #7EAF0D

Color information

#7EAF0D (or 0x7EAF0D) is unknown color: approx Lima. HEX triplet: 7E, AF and 0D. RGB value is (126,175,13). Sum of RGB (Red+Green+Blue) = 126+175+13=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAF0D is #8150F2. Grayscale: #8E8E8E. Windows color (decimal): -8474867 or 896894. OLE color: 896894.

HSL color Cylindrical-coordinate representation of color #7EAF0D: hue angle of 78.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EAF0D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB12617513-
CMYK0.2800.930.31
HSL78.15º86.17%36.86%-
HSV(B)78.15º92.57%68.63%-
XYZ24.0135.125.9-
YUV141.8855.27116.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 175 (68.75% from 255) = 55.73%
BLUE value IS 13 (5.47% from 255) = 4.14%
R=40.13%
G=55.73%
B=4.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126175130.2800.930.3178.1586.1736.86
Hex7EAFD1C05D1F4e5625
Octal176257153401353711612645
Binary111111010101111110111100010111011111110011101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,13); }

 H1.HeaderClassName
 {
   color: #7EAF0D;
 }
 .AnyTagClassName
 {
   color: #7EAF0D;
 }
</style>
background-color css

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

 a { background-color: rgb(126,175,13); }

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

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

 span { border-color: rgb(126,175,13); }

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