Html Css Color HEX #A8C162 Wild Willow

📋 copy color: '#A8C162'

red 168 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #A8C162

Tints of Wild Willow #A8C162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.35%

R = 36.6%
G = 42.05%
B = 21.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A8C162 (or 0xA8C162) is known color: Wild Willow. HEX triplet: A8, C1 and 62. RGB value is (168,193,98). Sum of RGB (Red+Green+Blue) = 168+193+98=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C162 is #573E9D. Grayscale: #AFAFAF. Windows color (decimal): -5717662 or 6472104. OLE color: 6472104.

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

Color convert

RGB 168 193 98 -
CMYK 0.13 0 0.49 0.24
HSL 75.79º 0.43% 0.57% -
HSV(B) 75.79º 0.49% 0.76% -
XYZ 37.42 47.35 18.72 -
YUV 174.7 84.72 123.22 -
System Red Green Blue C M Y K H S L
Decimal 168 193 98 0.13 0 0.49 0.24 75.79 0.43 0.57
Hex A8 C1 62 D 0 31 18 4C 2B 39
Octal 250 301 142 15 0 61 30 114 53 71
Binary 10101000 11000001 1100010 1101 0 110001 11000 1001100 101011 111001

Color Harmonies of #A8C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C162

Black with #A8C162

Text Example


Text Example

White with #A8C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C162; }

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

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

background-color css

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

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

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

border-color css

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

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

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