#66A328

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

Shades of Limeade #66A328

Tints of Limeade #66A328

Color information

#66A328 (or 0x66A328) is unknown color: approx Limeade. HEX triplet: 66, A3 and 28. RGB value is (102,163,40). Sum of RGB (Red+Green+Blue) = 102+163+40=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #66A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A328 is #995CD7. Grayscale: #838383. Windows color (decimal): -10050776 or 2663270. OLE color: 2663270.

HSL color Cylindrical-coordinate representation of color #66A328: hue angle of 89.76º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66A328 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB10216340-
CMYK0.3700.750.36
HSL89.76º60.59%39.8%-
HSV(B)89.76º75.46%63.92%-
XYZ18.9629.176.64-
YUV130.7476.79107.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 40 (16.02% from 255) = 13.11%
R=33.44%
G=53.44%
B=13.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163400.3700.750.3689.7660.5939.8
Hex66A3282504B245a3d28
Octal14624350450113441327550
Binary110011010100011101000100101010010111001001011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,40); }

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

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

 a { background-color: rgb(102,163,40); }

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

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

 span { border-color: rgb(102,163,40); }

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