Html Css Color HEX #A8C262 Wild Willow

📋 copy color: '#A8C262'

red 168 ◦ green 194 ◦ blue 98

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

Shades of Wild Willow #A8C262

Tints of Wild Willow #A8C262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

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

R = 36.52%
G = 42.17%
B = 21.3%

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

#A8C262 (or 0xA8C262) is known color: Wild Willow. HEX triplet: A8, C2 and 62. RGB value is (168,194,98). Sum of RGB (Red+Green+Blue) = 168+194+98=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C262 is #573D9D. Grayscale: #AFAFAF. Windows color (decimal): -5717406 or 6472360. OLE color: 6472360.

HSL color Cylindrical-coordinate representation of color #A8C262: hue angle of 76.25º degrees, saturation: 0.44, 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 #A8C262 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 98 -
CMYK 0.13 0 0.49 0.24
HSL 76.25º 0.44% 0.57% -
HSV(B) 76.25º 0.49% 0.76% -
XYZ 37.64 47.79 18.8 -
YUV 175.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 168 194 98 0.13 0 0.49 0.24 76.25 0.44 0.57
Hex A8 C2 62 D 0 31 18 4C 2C 39
Octal 250 302 142 15 0 61 30 114 54 71
Binary 10101000 11000010 1100010 1101 0 110001 11000 1001100 101100 111001

Color Harmonies of #A8C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C262

Black with #A8C262

Text Example


Text Example

White with #A8C262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C262; }

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

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

background-color css

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

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

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

border-color css

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

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

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