#63a019

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

Shades of Limeade #63A019

Tints of Limeade #63A019

Color information

#63A019 (or 0x63A019) is unknown color: approx Limeade. HEX triplet: 63, A0 and 19. RGB value is (99,160,25). Sum of RGB (Red+Green+Blue) = 99+160+25=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #63A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A019 is #9C5FE6. Grayscale: #7E7E7E. Windows color (decimal): -10248167 or 1679459. OLE color: 1679459.

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

Color convert

RGB9916025-
CMYK0.3800.840.37
HSL87.11º72.97%36.27%-
HSV(B)87.11º84.38%62.75%-
XYZ17.8927.865.36-
YUV126.3770.79108.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 160 (62.89% from 255) = 56.34%
BLUE value IS 25 (10.16% from 255) = 8.80%
R=34.86%
G=56.34%
B=8.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99160250.3800.840.3787.1172.9736.27
Hex63A0192605425574924
Octal143240314601244512711144
Binary110001110100000110011001100101010010010110101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63a019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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