Html Css Color HEX #ADC462 Wild Willow

📋 copy color: '#ADC462'

red 173 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #ADC462

Tints of Wild Willow #ADC462

RGB

 RED value IS 173 (67.97% from 255) = 37.04%

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 37.04%
G = 41.97%
B = 20.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#ADC462 (or 0xADC462) is known color: Wild Willow. HEX triplet: AD, C4 and 62. RGB value is (173,196,98). Sum of RGB (Red+Green+Blue) = 173+196+98=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC462 is #523B9D. Grayscale: #B2B2B2. Windows color (decimal): -5389214 or 6472877. OLE color: 6472877.

HSL color Cylindrical-coordinate representation of color #ADC462: hue angle of 74.08º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC462 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 98 -
CMYK 0.12 0 0.5 0.23
HSL 74.08º 0.45% 0.58% -
HSV(B) 74.08º 0.5% 0.77% -
XYZ 39.18 49.25 19 -
YUV 177.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 173 196 98 0.12 0 0.5 0.23 74.08 0.45 0.58
Hex AD C4 62 C 0 32 17 4A 2D 3A
Octal 255 304 142 14 0 62 27 112 55 72
Binary 10101101 11000100 1100010 1100 0 110010 10111 1001010 101101 111010

Color Harmonies of #ADC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC462

Black with #ADC462

Text Example


Text Example

White with #ADC462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC462; }

 p { color: rgb(173,196,98); }

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

background-color css

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

 a { background-color: rgb(173,196,98); }

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

border-color css

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

 span { border-color: rgb(173,196,98); }

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