#7CAA15

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

Shades of Lima #7CAA15

Tints of Lima #7CAA15

Color information

#7CAA15 (or 0x7CAA15) is unknown color: approx Lima. HEX triplet: 7C, AA and 15. RGB value is (124,170,21). Sum of RGB (Red+Green+Blue) = 124+170+21=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAA15 is #8355EA. Grayscale: #8B8B8B. Windows color (decimal): -8607211 or 1419900. OLE color: 1419900.

HSL color Cylindrical-coordinate representation of color #7CAA15: hue angle of 78.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CAA15 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB12417021-
CMYK0.2700.880.33
HSL78.52º78.01%37.45%-
HSV(B)78.52º87.65%66.67%-
XYZ22.8233.095.89-
YUV139.2661.26117.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=39.37%
G=53.97%
B=6.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124170210.2700.880.3378.5278.0137.45
Hex7CAA151B058214f4e25
Octal174252253301304111711645
Binary11111001010101010101110110101100010000110011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,21); }

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

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

 a { background-color: rgb(124,170,21); }

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

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

 span { border-color: rgb(124,170,21); }

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