#7AAE14

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

Shades of Lima #7AAE14

Tints of Lima #7AAE14

Color information

#7AAE14 (or 0x7AAE14) is unknown color: approx Lima. HEX triplet: 7A, AE and 14. RGB value is (122,174,20). Sum of RGB (Red+Green+Blue) = 122+174+20=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAE14 is #8551EB. Grayscale: #8D8D8D. Windows color (decimal): -8737260 or 1355386. OLE color: 1355386.

HSL color Cylindrical-coordinate representation of color #7AAE14: hue angle of 80.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AAE14 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB12217420-
CMYK0.3000.890.32
HSL80.26º79.38%38.04%-
HSV(B)80.26º88.51%68.24%-
XYZ23.2934.466.09-
YUV140.959.77114.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 174 (68.36% from 255) = 55.06%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=38.61%
G=55.06%
B=6.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122174200.3000.890.3280.2679.3838.04
Hex7AAE141E05920504f26
Octal172256243601314012011746
Binary11110101010111010100111100101100110000010100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,174,20); }

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

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

 a { background-color: rgb(122,174,20); }

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

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

 span { border-color: rgb(122,174,20); }

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