#7AAE13

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

Shades of Lima #7AAE13

Tints of Lima #7AAE13

Color information

#7AAE13 (or 0x7AAE13) is unknown color: approx Lima. HEX triplet: 7A, AE and 13. RGB value is (122,174,19). Sum of RGB (Red+Green+Blue) = 122+174+19=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAE13 is #8551EC. Grayscale: #8D8D8D. Windows color (decimal): -8737261 or 1289850. OLE color: 1289850.

HSL color Cylindrical-coordinate representation of color #7AAE13: hue angle of 80.13º degrees, saturation: 0.8, 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 #7AAE13 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB12217419-
CMYK0.3000.890.32
HSL80.13º80.31%37.84%-
HSV(B)80.13º89.08%68.24%-
XYZ23.2834.466.04-
YUV140.7859.27114.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 19 (7.81% from 255) = 6.03%
R=38.73%
G=55.24%
B=6.03%

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
Decimal122174190.3000.890.3280.1380.3137.84
Hex7AAE131E05920505026
Octal172256233601314012012046
Binary11110101010111010011111100101100110000010100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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