#63A022

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

Shades of Limeade #63A022

Tints of Limeade #63A022

Color information

#63A022 (or 0x63A022) is unknown color: approx Limeade. HEX triplet: 63, A0 and 22. RGB value is (99,160,34). Sum of RGB (Red+Green+Blue) = 99+160+34=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #63A022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A022 is #9C5FDD. Grayscale: #7F7F7F. Windows color (decimal): -10248158 or 2269283. OLE color: 2269283.

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

Color convert

RGB9916034-
CMYK0.3800.790.37
HSL89.05º64.95%38.04%-
HSV(B)89.05º78.75%62.75%-
XYZ18.0127.915.95-
YUV127.475.29107.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 160 (62.89% from 255) = 54.61%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=33.79%
G=54.61%
B=11.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99160340.3800.790.3789.0564.9538.04
Hex63A0222604F25594126
Octal143240424601174513110146
Binary1100011101000001000101001100100111110010110110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,34); }

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

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

 a { background-color: rgb(99,160,34); }

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

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

 span { border-color: rgb(99,160,34); }

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