Html Css Color HEX #A8C362 Wild Willow

📋 copy color: '#A8C362'

red 168 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #A8C362

Tints of Wild Willow #A8C362

RGB

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

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

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

R = 36.44%
G = 42.3%
B = 21.26%

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

#A8C362 (or 0xA8C362) is known color: Wild Willow. HEX triplet: A8, C3 and 62. RGB value is (168,195,98). Sum of RGB (Red+Green+Blue) = 168+195+98=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C362 is #573C9D. Grayscale: #B0B0B0. Windows color (decimal): -5717150 or 6472616. OLE color: 6472616.

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

Color convert

RGB 168 195 98 -
CMYK 0.14 0 0.50 0.24
HSL 76.7º 0.45% 0.57% -
HSV(B) 76.7º 0.5% 0.76% -
XYZ 37.87 48.24 18.87 -
YUV 175.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 168 195 98 0.14 0 0.50 0.24 76.7 0.45 0.57
Hex A8 C3 62 E 0 32 18 4D 2D 39
Octal 250 303 142 16 0 62 30 115 55 71
Binary 10101000 11000011 1100010 1110 0 110010 11000 1001101 101101 111001

Color Harmonies of #A8C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C362

Black with #A8C362

Text Example


Text Example

White with #A8C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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