#7AAF24

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

Shades of Lima #7AAF24

Tints of Lima #7AAF24

Color information

#7AAF24 (or 0x7AAF24) is unknown color: approx Lima. HEX triplet: 7A, AF and 24. RGB value is (122,175,36). Sum of RGB (Red+Green+Blue) = 122+175+36=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF24 is #8550DB. Grayscale: #8F8F8F. Windows color (decimal): -8736988 or 2404218. OLE color: 2404218.

HSL color Cylindrical-coordinate representation of color #7AAF24: hue angle of 82.88º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AAF24 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB12217536-
CMYK0.3000.790.31
HSL82.88º65.88%41.37%-
HSV(B)82.88º79.43%68.63%-
XYZ23.6734.927.16-
YUV143.3167.44112.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 36 (14.45% from 255) = 10.81%
R=36.64%
G=52.55%
B=10.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175360.3000.790.3182.8865.8841.37
Hex7AAF241E04F1F534229
Octal172257443601173712310251
Binary11110101010111110010011110010011111111110100111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,36); }

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

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

 a { background-color: rgb(122,175,36); }

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

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

 span { border-color: rgb(122,175,36); }

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