#60992A

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

Shades of Limeade #60992A

Tints of Limeade #60992A

Color information

#60992A (or 0x60992A) is unknown color: approx Limeade. HEX triplet: 60, 99 and 2A. RGB value is (96,153,42). Sum of RGB (Red+Green+Blue) = 96+153+42=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #60992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60992A is #9F66D5. Grayscale: #7B7B7B. Windows color (decimal): -10446550 or 2791776. OLE color: 2791776.

HSL color Cylindrical-coordinate representation of color #60992A: hue angle of 90.81º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60992A is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB9615342-
CMYK0.3700.730.4
HSL90.81º56.92%38.24%-
HSV(B)90.81º72.55%60%-
XYZ16.6325.446.22-
YUV123.382.12108.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=32.99%
G=52.58%
B=14.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153420.3700.730.490.8156.9238.24
Hex60992A25049285b3926
Octal14023152450111501337146
Binary110000010011001101010100101010010011010001011011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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