#60A722

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

Shades of Limeade #60A722

Tints of Limeade #60A722

Color information

#60A722 (or 0x60A722) is unknown color: approx Limeade. HEX triplet: 60, A7 and 22. RGB value is (96,167,34). Sum of RGB (Red+Green+Blue) = 96+167+34=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #60A722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A722 is #9F58DD. Grayscale: #838383. Windows color (decimal): -10442974 or 2271072. OLE color: 2271072.

HSL color Cylindrical-coordinate representation of color #60A722: hue angle of 92.03º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60A722 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB9616734-
CMYK0.4300.800.35
HSL92.03º66.17%39.41%-
HSV(B)92.03º79.64%65.49%-
XYZ18.9330.246.35-
YUV130.6173.48103.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 167 (65.62% from 255) = 56.23%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=32.32%
G=56.23%
B=11.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96167340.4300.800.3592.0366.1739.41
Hex60A7222B050235c4227
Octal140247425301204313410247
Binary1100000101001111000101010110101000010001110111001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,167,34); }

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

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

 a { background-color: rgb(96,167,34); }

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

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

 span { border-color: rgb(96,167,34); }

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