#7DAA15

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

Shades of Lima #7DAA15

Tints of Lima #7DAA15

Color information

#7DAA15 (or 0x7DAA15) is unknown color: approx Lima. HEX triplet: 7D, AA and 15. RGB value is (125,170,21). Sum of RGB (Red+Green+Blue) = 125+170+21=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAA15 is #8255EA. Grayscale: #8C8C8C. Windows color (decimal): -8541675 or 1419901. OLE color: 1419901.

HSL color Cylindrical-coordinate representation of color #7DAA15: hue angle of 78.12º 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 #7DAA15 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB12517021-
CMYK0.2600.880.33
HSL78.12º78.01%37.45%-
HSV(B)78.12º87.65%66.67%-
XYZ22.9733.165.9-
YUV139.5661.09117.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=39.56%
G=53.80%
B=6.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170210.2600.880.3378.1278.0137.45
Hex7DAA151A058214e4e25
Octal175252253201304111611645
Binary11111011010101010101110100101100010000110011101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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