#63A22A

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

Shades of Limeade #63A22A

Tints of Limeade #63A22A

Color information

#63A22A (or 0x63A22A) is unknown color: approx Limeade. HEX triplet: 63, A2 and 2A. RGB value is (99,162,42). Sum of RGB (Red+Green+Blue) = 99+162+42=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #63A22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A22A is #9C5DD5. Grayscale: #818181. Windows color (decimal): -10247638 or 2794083. OLE color: 2794083.

HSL color Cylindrical-coordinate representation of color #63A22A: hue angle of 91.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63A22A is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB9916242-
CMYK0.3900.740.36
HSL91.5º58.82%40%-
HSV(B)91.5º74.07%63.53%-
XYZ18.4828.666.75-
YUV129.4878.63106.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=32.67%
G=53.47%
B=13.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99162420.3900.740.3691.558.8240
Hex63A22A2704A245c3b28
Octal14324252470112441347350
Binary110001110100010101010100111010010101001001011100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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