#60A236

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

Shades of Limeade #60A236

Tints of Limeade #60A236

Color information

#60A236 (or 0x60A236) is unknown color: approx Limeade. HEX triplet: 60, A2 and 36. RGB value is (96,162,54). Sum of RGB (Red+Green+Blue) = 96+162+54=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #60A236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A236 is #9F5DC9. Grayscale: #828282. Windows color (decimal): -10444234 or 3580512. OLE color: 3580512.

HSL color Cylindrical-coordinate representation of color #60A236: hue angle of 96.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60A236 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB9616254-
CMYK0.4100.670.36
HSL96.67º50%42.35%-
HSV(B)96.67º66.67%63.53%-
XYZ18.4128.598.04-
YUV129.9585.13103.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=30.77%
G=51.92%
B=17.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96162540.4100.670.3696.675042.35
Hex60A236290432461322a
Octal14024266510103441416252
Binary110000010100010110110101001010000111001001100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,162,54); }

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

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

 a { background-color: rgb(96,162,54); }

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

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

 span { border-color: rgb(96,162,54); }

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