Html Css Color HEX #ADC65D Wild Willow

📋 copy color: '#ADC65D'

red 173 ◦ green 198 ◦ blue 93

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

Shades of Wild Willow #ADC65D

Tints of Wild Willow #ADC65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

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

R = 37.28%
G = 42.67%
B = 20.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#ADC65D (or 0xADC65D) is known color: Wild Willow. HEX triplet: AD, C6 and 5D. RGB value is (173,198,93). Sum of RGB (Red+Green+Blue) = 173+198+93=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC65D is #5239A2. Grayscale: #B2B2B2. Windows color (decimal): -5388707 or 6145709. OLE color: 6145709.

HSL color Cylindrical-coordinate representation of color #ADC65D: hue angle of 74.29º degrees, saturation: 0.48, 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 #ADC65D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 93 -
CMYK 0.13 0 0.53 0.22
HSL 74.29º 0.48% 0.57% -
HSV(B) 74.29º 0.53% 0.78% -
XYZ 39.4 50.06 17.94 -
YUV 178.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 173 198 93 0.13 0 0.53 0.22 74.29 0.48 0.57
Hex AD C6 5D D 0 35 16 4A 30 39
Octal 255 306 135 15 0 65 26 112 60 71
Binary 10101101 11000110 1011101 1101 0 110101 10110 1001010 110000 111001

Color Harmonies of #ADC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC65D

Black with #ADC65D

Text Example


Text Example

White with #ADC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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