Html Css Color HEX #ADC95C Wild Willow

📋 copy color: '#ADC95C'

red 173 ◦ green 201 ◦ blue 92

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

Shades of Wild Willow #ADC95C

Tints of Wild Willow #ADC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.13%

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 37.12%
G = 43.13%
B = 19.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#ADC95C (or 0xADC95C) is known color: Wild Willow. HEX triplet: AD, C9 and 5C. RGB value is (173,201,92). Sum of RGB (Red+Green+Blue) = 173+201+92=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95C is #5236A3. Grayscale: #B4B4B4. Windows color (decimal): -5387940 or 6080941. OLE color: 6080941.

HSL color Cylindrical-coordinate representation of color #ADC95C: hue angle of 75.41º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC95C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 92 -
CMYK 0.14 0 0.54 0.21
HSL 75.41º 0.5% 0.57% -
HSV(B) 75.41º 0.54% 0.79% -
XYZ 40.05 51.43 17.94 -
YUV 180.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 173 201 92 0.14 0 0.54 0.21 75.41 0.5 0.57
Hex AD C9 5C E 0 36 15 4B 32 39
Octal 255 311 134 16 0 66 25 113 62 71
Binary 10101101 11001001 1011100 1110 0 110110 10101 1001011 110010 111001

Color Harmonies of #ADC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC95C

Black with #ADC95C

Text Example


Text Example

White with #ADC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC95C; }

 p { color: rgb(173,201,92); }

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

background-color css

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

 a { background-color: rgb(173,201,92); }

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

border-color css

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

 span { border-color: rgb(173,201,92); }

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