#60972A

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

Shades of Limeade #60972A

Tints of Limeade #60972A

Color information

#60972A (or 0x60972A) is unknown color: approx Limeade. HEX triplet: 60, 97 and 2A. RGB value is (96,151,42). Sum of RGB (Red+Green+Blue) = 96+151+42=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #60972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60972A is #9F68D5. Grayscale: #7A7A7A. Windows color (decimal): -10447062 or 2791264. OLE color: 2791264.

HSL color Cylindrical-coordinate representation of color #60972A: hue angle of 90.28º 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 #60972A is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB9615142-
CMYK0.3600.720.41
HSL90.28º56.48%37.84%-
HSV(B)90.28º72.19%59.22%-
XYZ16.3124.796.12-
YUV122.1382.78109.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 151 (59.38% from 255) = 52.25%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=33.22%
G=52.25%
B=14.53%

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
Decimal96151420.3600.720.4190.2856.4837.84
Hex60972A24048295a3826
Octal14022752440110511327046
Binary110000010010111101010100100010010001010011011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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