Html Css Color HEX #A8C361 Wild Willow

📋 copy color: '#A8C361'

red 168 ◦ green 195 ◦ blue 97

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

Shades of Wild Willow #A8C361

Tints of Wild Willow #A8C361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 36.52%
G = 42.39%
B = 21.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A8C361 (or 0xA8C361) is known color: Wild Willow. HEX triplet: A8, C3 and 61. RGB value is (168,195,97). Sum of RGB (Red+Green+Blue) = 168+195+97=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C361 is #573C9E. Grayscale: #B0B0B0. Windows color (decimal): -5717151 or 6407080. OLE color: 6407080.

HSL color Cylindrical-coordinate representation of color #A8C361: hue angle of 76.53º degrees, saturation: 0.45, 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 #A8C361 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 97 -
CMYK 0.14 0 0.50 0.24
HSL 76.53º 0.45% 0.57% -
HSV(B) 76.53º 0.5% 0.76% -
XYZ 37.82 48.22 18.62 -
YUV 175.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 168 195 97 0.14 0 0.50 0.24 76.53 0.45 0.57
Hex A8 C3 61 E 0 32 18 4D 2D 39
Octal 250 303 141 16 0 62 30 115 55 71
Binary 10101000 11000011 1100001 1110 0 110010 11000 1001101 101101 111001

Color Harmonies of #A8C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C361

Black with #A8C361

Text Example


Text Example

White with #A8C361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C361; }

 p { color: rgb(168,195,97); }

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

background-color css

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

 a { background-color: rgb(168,195,97); }

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

border-color css

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

 span { border-color: rgb(168,195,97); }

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