Html Css Color HEX #ADC85F Wild Willow

📋 copy color: '#ADC85F'

red 173 ◦ green 200 ◦ blue 95

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

Shades of Wild Willow #ADC85F

Tints of Wild Willow #ADC85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 36.97%
G = 42.74%
B = 20.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#ADC85F (or 0xADC85F) is known color: Wild Willow. HEX triplet: AD, C8 and 5F. RGB value is (173,200,95). Sum of RGB (Red+Green+Blue) = 173+200+95=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85F is #5237A0. Grayscale: #B4B4B4. Windows color (decimal): -5388193 or 6277293. OLE color: 6277293.

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

Color convert

RGB 173 200 95 -
CMYK 0.14 0 0.52 0.22
HSL 75.43º 0.49% 0.58% -
HSV(B) 75.43º 0.53% 0.78% -
XYZ 39.95 51.02 18.57 -
YUV 179.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 173 200 95 0.14 0 0.52 0.22 75.43 0.49 0.58
Hex AD C8 5F E 0 34 16 4B 31 3A
Octal 255 310 137 16 0 64 26 113 61 72
Binary 10101101 11001000 1011111 1110 0 110100 10110 1001011 110001 111010

Color Harmonies of #ADC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC85F

Black with #ADC85F

Text Example


Text Example

White with #ADC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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