#60A82A

Color #60A82A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #60A82A

Tints of Limeade #60A82A

Color information

#60A82A (or 0x60A82A) is unknown color: approx Limeade. HEX triplet: 60, A8 and 2A. RGB value is (96,168,42). Sum of RGB (Red+Green+Blue) = 96+168+42=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #60A82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A82A is #9F57D5. Grayscale: #848484. Windows color (decimal): -10442710 or 2795616. OLE color: 2795616.

HSL color Cylindrical-coordinate representation of color #60A82A: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60A82A is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB9616842-
CMYK0.4300.750.34
HSL94.29º60%41.18%-
HSV(B)94.29º75%65.88%-
XYZ19.2430.667.09-
YUV132.1177.15102.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 168 (66.02% from 255) = 54.90%
BLUE value IS 42 (16.80% from 255) = 13.73%
R=31.37%
G=54.90%
B=13.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal96168420.4300.750.3494.296041.18
Hex60A82A2B04B225e3c29
Octal14025052530113421367451
Binary110000010101000101010101011010010111000101011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A82A; }

 p { color: rgb(96,168,42); }

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

<style>
 a { background-color: #60A82A; }

 a { background-color: rgb(96,168,42); }

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

<style>
 span { border-color: #60A82A; }

 span { border-color: rgb(96,168,42); }

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