#60AF2A

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

Shades of Limeade #60AF2A

Tints of Limeade #60AF2A

Color information

#60AF2A (or 0x60AF2A) is unknown color: approx Limeade. HEX triplet: 60, AF and 2A. RGB value is (96,175,42). Sum of RGB (Red+Green+Blue) = 96+175+42=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AF2A is #9F50D5. Grayscale: #888888. Windows color (decimal): -10440918 or 2797408. OLE color: 2797408.

HSL color Cylindrical-coordinate representation of color #60AF2A: hue angle of 95.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60AF2A is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB9617542-
CMYK0.4500.760.31
HSL95.64º61.29%42.55%-
HSV(B)95.64º76%68.63%-
XYZ20.5733.317.54-
YUV136.2274.8399.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 175 (68.75% from 255) = 55.91%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=30.67%
G=55.91%
B=13.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96175420.4500.760.3195.6461.2942.55
Hex60AF2A2D04C1F603d2b
Octal14025752550114371407553
Binary11000001010111110101010110101001100111111100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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