Html Css Color HEX #ADC062 Wild Willow

📋 copy color: '#ADC062'

red 173 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #ADC062

Tints of Wild Willow #ADC062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

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

R = 37.37%
G = 41.47%
B = 21.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#ADC062 (or 0xADC062) is known color: Wild Willow. HEX triplet: AD, C0 and 62. RGB value is (173,192,98). Sum of RGB (Red+Green+Blue) = 173+192+98=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC062 is #523F9D. Grayscale: #AFAFAF. Windows color (decimal): -5390238 or 6471853. OLE color: 6471853.

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

Color convert

RGB 173 192 98 -
CMYK 0.10 0 0.49 0.25
HSL 72.13º 0.43% 0.57% -
HSV(B) 72.13º 0.49% 0.75% -
XYZ 38.29 47.47 18.7 -
YUV 175.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 173 192 98 0.10 0 0.49 0.25 72.13 0.43 0.57
Hex AD C0 62 A 0 31 19 48 2B 39
Octal 255 300 142 12 0 61 31 110 53 71
Binary 10101101 11000000 1100010 1010 0 110001 11001 1001000 101011 111001

Color Harmonies of #ADC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC062

Black with #ADC062

Text Example


Text Example

White with #ADC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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