#60961E

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

Shades of Limeade #60961E

Tints of Limeade #60961E

Color information

#60961E (or 0x60961E) is unknown color: approx Limeade. HEX triplet: 60, 96 and 1E. RGB value is (96,150,30). Sum of RGB (Red+Green+Blue) = 96+150+30=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #60961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60961E is #9F69E1. Grayscale: #787878. Windows color (decimal): -10447330 or 2004576. OLE color: 2004576.

HSL color Cylindrical-coordinate representation of color #60961E: hue angle of 87º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60961E is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB9615030-
CMYK0.3600.800.41
HSL87º66.67%35.29%-
HSV(B)87º80%58.82%-
XYZ15.9624.395.1-
YUV120.1777.11110.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 150 (58.98% from 255) = 54.35%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=34.78%
G=54.35%
B=10.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150300.3600.800.418766.6735.29
Hex60961E2405029574323
Octal140226364401205112710343
Binary110000010010110111101001000101000010100110101111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60961E; }

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

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

<style>
 a { background-color: #60961E; }

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

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

<style>
 span { border-color: #60961E; }

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

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