Html Css Color HEX #ADC868 Wild Willow

📋 copy color: '#ADC868'

red 173 ◦ green 200 ◦ blue 104

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

Shades of Wild Willow #ADC868

Tints of Wild Willow #ADC868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.93%

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 36.27%
G = 41.93%
B = 21.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#ADC868 (or 0xADC868) is known color: Wild Willow. HEX triplet: AD, C8 and 68. RGB value is (173,200,104). Sum of RGB (Red+Green+Blue) = 173+200+104=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC868 is #523797. Grayscale: #B5B5B5. Windows color (decimal): -5388184 or 6867117. OLE color: 6867117.

HSL color Cylindrical-coordinate representation of color #ADC868: hue angle of 76.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADC868 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 104 -
CMYK 0.14 0 0.48 0.22
HSL 76.88º 0.47% 0.6% -
HSV(B) 76.88º 0.48% 0.78% -
XYZ 40.39 51.19 20.85 -
YUV 180.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 173 200 104 0.14 0 0.48 0.22 76.88 0.47 0.6
Hex AD C8 68 E 0 30 16 4D 2F 3C
Octal 255 310 150 16 0 60 26 115 57 74
Binary 10101101 11001000 1101000 1110 0 110000 10110 1001101 101111 111100

Color Harmonies of #ADC868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC868

Black with #ADC868

Text Example


Text Example

White with #ADC868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC868; }

 p { color: rgb(173,200,104); }

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

background-color css

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

 a { background-color: rgb(173,200,104); }

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

border-color css

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

 span { border-color: rgb(173,200,104); }

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