#63A120

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

Shades of Limeade #63A120

Tints of Limeade #63A120

Color information

#63A120 (or 0x63A120) is unknown color: approx Limeade. HEX triplet: 63, A1 and 20. RGB value is (99,161,32). Sum of RGB (Red+Green+Blue) = 99+161+32=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #63A120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A120 is #9C5EDF. Grayscale: #808080. Windows color (decimal): -10247904 or 2138467. OLE color: 2138467.

HSL color Cylindrical-coordinate representation of color #63A120: hue angle of 88.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63A120 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB9916132-
CMYK0.3900.800.37
HSL88.84º66.84%37.84%-
HSV(B)88.84º80.12%63.14%-
XYZ18.1528.255.86-
YUV127.7673.96107.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=33.90%
G=55.14%
B=10.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99161320.3900.800.3788.8466.8437.84
Hex63A1202705025594326
Octal143241404701204513110346
Binary1100011101000011000001001110101000010010110110011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A120; }

 p { color: rgb(99,161,32); }

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

<style>
 a { background-color: #63A120; }

 a { background-color: rgb(99,161,32); }

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

<style>
 span { border-color: #63A120; }

 span { border-color: rgb(99,161,32); }

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