#659A2D

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

Shades of Limeade #659A2D

Tints of Limeade #659A2D

Color information

#659A2D (or 0x659A2D) is unknown color: approx Limeade. HEX triplet: 65, 9A and 2D. RGB value is (101,154,45). Sum of RGB (Red+Green+Blue) = 101+154+45=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #659A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659A2D is #9A65D2. Grayscale: #7E7E7E. Windows color (decimal): -10118611 or 2988645. OLE color: 2988645.

HSL color Cylindrical-coordinate representation of color #659A2D: hue angle of 89.17º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #659A2D is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB10115445-
CMYK0.3400.710.40
HSL89.17º54.77%39.02%-
HSV(B)89.17º70.78%60.39%-
XYZ17.426.076.6-
YUV125.7382.44110.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 154 (60.55% from 255) = 51.33%
BLUE value IS 45 (17.97% from 255) = 15%
R=33.67%
G=51.33%
B=15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101154450.3400.710.4089.1754.7739.02
Hex659A2D2204728593727
Octal14523255420107501316747
Binary110010110011010101101100010010001111010001011001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659A2D; }

 p { color: rgb(101,154,45); }

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

<style>
 a { background-color: #659A2D; }

 a { background-color: rgb(101,154,45); }

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

<style>
 span { border-color: #659A2D; }

 span { border-color: rgb(101,154,45); }

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