#79AA18

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

Shades of Lima #79AA18

Tints of Lima #79AA18

Color information

#79AA18 (or 0x79AA18) is unknown color: approx Lima. HEX triplet: 79, AA and 18. RGB value is (121,170,24). Sum of RGB (Red+Green+Blue) = 121+170+24=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AA18 is #8655E7. Grayscale: #8B8B8B. Windows color (decimal): -8803816 or 1616505. OLE color: 1616505.

HSL color Cylindrical-coordinate representation of color #79AA18: hue angle of 80.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79AA18 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB12117024-
CMYK0.2900.860.33
HSL80.14º75.26%38.04%-
HSV(B)80.14º85.88%66.67%-
XYZ22.4232.886.03-
YUV138.763.27115.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 24 (9.77% from 255) = 7.62%
R=38.41%
G=53.97%
B=7.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121170240.2900.860.3380.1475.2638.04
Hex79AA181D05621504b26
Octal171252303501264112011346
Binary11110011010101011000111010101011010000110100001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AA18; }

 p { color: rgb(121,170,24); }

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

<style>
 a { background-color: #79AA18; }

 a { background-color: rgb(121,170,24); }

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

<style>
 span { border-color: #79AA18; }

 span { border-color: rgb(121,170,24); }

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