#7DA018

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

Shades of Lima #7DA018

Tints of Lima #7DA018

Color information

#7DA018 (or 0x7DA018) is unknown color: approx Lima. HEX triplet: 7D, A0 and 18. RGB value is (125,160,24). Sum of RGB (Red+Green+Blue) = 125+160+24=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA018 is #825FE7. Grayscale: #868686. Windows color (decimal): -8544232 or 1613949. OLE color: 1613949.

HSL color Cylindrical-coordinate representation of color #7DA018: hue angle of 75.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DA018 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB12516024-
CMYK0.2200.850.37
HSL75.44º73.91%36.08%-
HSV(B)75.44º85%62.75%-
XYZ21.1929.575.45-
YUV134.0365.9121.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.45%
GREEN value IS 160 (62.89% from 255) = 51.78%
BLUE value IS 24 (9.77% from 255) = 7.77%
R=40.45%
G=51.78%
B=7.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125160240.2200.850.3775.4473.9136.08
Hex7DA01816055254b4a24
Octal175240302601254511311244
Binary11111011010000011000101100101010110010110010111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,160,24); }

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

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

 a { background-color: rgb(125,160,24); }

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

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

 span { border-color: rgb(125,160,24); }

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