#63AA2A

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

Shades of Limeade #63AA2A

Tints of Limeade #63AA2A

Color information

#63AA2A (or 0x63AA2A) is unknown color: approx Limeade. HEX triplet: 63, AA and 2A. RGB value is (99,170,42). Sum of RGB (Red+Green+Blue) = 99+170+42=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA2A is #9C55D5. Grayscale: #868686. Windows color (decimal): -10245590 or 2796131. OLE color: 2796131.

HSL color Cylindrical-coordinate representation of color #63AA2A: hue angle of 93.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63AA2A is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB9917042-
CMYK0.4200.750.33
HSL93.28º60.38%41.57%-
HSV(B)93.28º75.29%66.67%-
XYZ19.9431.577.23-
YUV134.1875.98102.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=31.83%
G=54.66%
B=13.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99170420.4200.750.3393.2860.3841.57
Hex63AA2A2A04B215d3c2a
Octal14325252520113411357452
Binary110001110101010101010101010010010111000011011101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,42); }

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

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

 a { background-color: rgb(99,170,42); }

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

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

 span { border-color: rgb(99,170,42); }

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