#66A230

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

Shades of Limeade #66A230

Tints of Limeade #66A230

Color information

#66A230 (or 0x66A230) is unknown color: approx Limeade. HEX triplet: 66, A2 and 30. RGB value is (102,162,48). Sum of RGB (Red+Green+Blue) = 102+162+48=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #66A230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A230 is #995DCF. Grayscale: #838383. Windows color (decimal): -10051024 or 3187302. OLE color: 3187302.

HSL color Cylindrical-coordinate representation of color #66A230: hue angle of 91.58º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66A230 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB10216248-
CMYK0.3700.700.36
HSL91.58º54.29%41.18%-
HSV(B)91.58º70.37%63.53%-
XYZ18.9328.887.37-
YUV131.0681.12107.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=32.69%
G=51.92%
B=15.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102162480.3700.700.3691.5854.2941.18
Hex66A23025046245c3629
Octal14624260450106441346651
Binary110011010100010110000100101010001101001001011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A230; }

 p { color: rgb(102,162,48); }

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

<style>
 a { background-color: #66A230; }

 a { background-color: rgb(102,162,48); }

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

<style>
 span { border-color: #66A230; }

 span { border-color: rgb(102,162,48); }

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