#65a02d

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

Shades of Limeade #65A02D

Tints of Limeade #65A02D

Color information

#65A02D (or 0x65A02D) is unknown color: approx Limeade. HEX triplet: 65, A0 and 2D. RGB value is (101,160,45). Sum of RGB (Red+Green+Blue) = 101+160+45=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #65A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A02D is #9A5FD2. Grayscale: #818181. Windows color (decimal): -10117075 or 2990181. OLE color: 2990181.

HSL color Cylindrical-coordinate representation of color #65A02D: hue angle of 90.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65A02D is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB10116045-
CMYK0.3700.720.37
HSL90.78º56.1%40.2%-
HSV(B)90.78º71.88%62.75%-
XYZ18.4128.16.94-
YUV129.2580.45107.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 160 (62.89% from 255) = 52.29%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=33.01%
G=52.29%
B=14.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101160450.3700.720.3790.7856.140.2
Hex65A02D25048255b3828
Octal14524055450110451337050
Binary110010110100000101101100101010010001001011011011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65a02d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65a02d; }

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

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

<style>
 a { background-color: #65a02d; }

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

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

<style>
 span { border-color: #65a02d; }

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

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