Html Css Color HEX #ADC85D Wild Willow

📋 copy color: '#ADC85D'

red 173 ◦ green 200 ◦ blue 93

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

Shades of Wild Willow #ADC85D

Tints of Wild Willow #ADC85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 37.12%
G = 42.92%
B = 19.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#ADC85D (or 0xADC85D) is known color: Wild Willow. HEX triplet: AD, C8 and 5D. RGB value is (173,200,93). Sum of RGB (Red+Green+Blue) = 173+200+93=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85D is #5237A2. Grayscale: #B4B4B4. Windows color (decimal): -5388195 or 6146221. OLE color: 6146221.

HSL color Cylindrical-coordinate representation of color #ADC85D: hue angle of 75.14º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC85D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 93 -
CMYK 0.14 0 0.54 0.22
HSL 75.14º 0.49% 0.57% -
HSV(B) 75.14º 0.54% 0.78% -
XYZ 39.86 50.98 18.1 -
YUV 179.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 173 200 93 0.14 0 0.54 0.22 75.14 0.49 0.57
Hex AD C8 5D E 0 36 16 4B 31 39
Octal 255 310 135 16 0 66 26 113 61 71
Binary 10101101 11001000 1011101 1110 0 110110 10110 1001011 110001 111001

Color Harmonies of #ADC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC85D

Black with #ADC85D

Text Example


Text Example

White with #ADC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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