#60962A

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

Shades of Limeade #60962A

Tints of Limeade #60962A

Color information

#60962A (or 0x60962A) is unknown color: approx Limeade. HEX triplet: 60, 96 and 2A. RGB value is (96,150,42). Sum of RGB (Red+Green+Blue) = 96+150+42=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #60962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60962A is #9F69D5. Grayscale: #797979. Windows color (decimal): -10447318 or 2791008. OLE color: 2791008.

HSL color Cylindrical-coordinate representation of color #60962A: hue angle of 90º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60962A is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB9615042-
CMYK0.3600.720.41
HSL90º56.25%37.65%-
HSV(B)90º72%58.82%-
XYZ16.1524.476.06-
YUV121.5483.11109.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=33.33%
G=52.08%
B=14.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150420.3600.720.419056.2537.65
Hex60962A24048295a3826
Octal14022652440110511327046
Binary110000010010110101010100100010010001010011011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60962A; }

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

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

<style>
 a { background-color: #60962A; }

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

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

<style>
 span { border-color: #60962A; }

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

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