Html Css Color HEX #A8C160 Wild Willow

📋 copy color: '#A8C160'

red 168 ◦ green 193 ◦ blue 96

#A8C160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #A8C160

Tints of Wild Willow #A8C160

RGB

 RED value IS 168 (66.02% from 255) = 36.76%

 GREEN value IS 193 (75.78% from 255) = 42.23%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 36.76%
G = 42.23%
B = 21.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A8C160 (or 0xA8C160) is known color: Wild Willow. HEX triplet: A8, C1 and 60. RGB value is (168,193,96). Sum of RGB (Red+Green+Blue) = 168+193+96=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C160 is #573E9F. Grayscale: #AEAEAE. Windows color (decimal): -5717664 or 6341032. OLE color: 6341032.

HSL color Cylindrical-coordinate representation of color #A8C160: hue angle of 75.46º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8C160 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 96 -
CMYK 0.13 0 0.50 0.24
HSL 75.46º 0.44% 0.57% -
HSV(B) 75.46º 0.5% 0.76% -
XYZ 37.33 47.31 18.23 -
YUV 174.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 168 193 96 0.13 0 0.50 0.24 75.46 0.44 0.57
Hex A8 C1 60 D 0 32 18 4B 2C 39
Octal 250 301 140 15 0 62 30 113 54 71
Binary 10101000 11000001 1100000 1101 0 110010 11000 1001011 101100 111001

Color Harmonies of #A8C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C160

Black with #A8C160

Text Example


Text Example

White with #A8C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C160; }

 p { color: rgb(168,193,96); }

 H1.HeaderClassName
 {
   color: #A8C160;
 }
 .AnyTagClassName
 {
   color: #A8C160;
 }
</style>

background-color css

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

 a { background-color: rgb(168,193,96); }

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

border-color css

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

 span { border-color: rgb(168,193,96); }

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