#A8C063

Color #A8C063 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #A8C063

Tints of Wild Willow #A8C063

Color information

#A8C063 (or 0xA8C063) is unknown color: approx Wild Willow. HEX triplet: A8, C0 and 63. RGB value is (168,192,99). Sum of RGB (Red+Green+Blue) = 168+192+99=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C063 is #573F9C. Grayscale: #AEAEAE. Windows color (decimal): -5717917 or 6537384. OLE color: 6537384.

HSL color Cylindrical-coordinate representation of color #A8C063: hue angle of 75.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C063 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16819299-
CMYK0.1200.480.25
HSL75.48º42.47%57.06%-
HSV(B)75.48º48.44%75.29%-
XYZ37.2546.9218.9-
YUV174.2285.55123.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=36.60%
G=41.83%
B=21.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168192990.1200.480.2575.4842.4757.06
HexA8C063C030194b2a39
Octal25030014314060311135271
Binary1010100011000000110001111000110000110011001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C063; }

 p { color: rgb(168,192,99); }

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

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

 a { background-color: rgb(168,192,99); }

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

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

 span { border-color: rgb(168,192,99); }

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