#60A434

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

Shades of Limeade #60A434

Tints of Limeade #60A434

Color information

#60A434 (or 0x60A434) is unknown color: approx Limeade. HEX triplet: 60, A4 and 34. RGB value is (96,164,52). Sum of RGB (Red+Green+Blue) = 96+164+52=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #60A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A434 is #9F5BCB. Grayscale: #838383. Windows color (decimal): -10443724 or 3449952. OLE color: 3449952.

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

Color convert

RGB9616452-
CMYK0.4100.680.36
HSL96.43º51.85%42.35%-
HSV(B)96.43º68.29%64.31%-
XYZ18.7229.297.91-
YUV130.983.47103.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=30.77%
G=52.56%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96164520.4100.680.3696.4351.8542.35
Hex60A434290442460342a
Octal14024464510104441406452
Binary110000010100100110100101001010001001001001100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,52); }

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

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

 a { background-color: rgb(96,164,52); }

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

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

 span { border-color: rgb(96,164,52); }

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