Html Css Color HEX #ADC95D Wild Willow

📋 copy color: '#ADC95D'

red 173 ◦ green 201 ◦ blue 93

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

Shades of Wild Willow #ADC95D

Tints of Wild Willow #ADC95D

RGB

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

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

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

R = 37.04%
G = 43.04%
B = 19.91%

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

#ADC95D (or 0xADC95D) is known color: Wild Willow. HEX triplet: AD, C9 and 5D. RGB value is (173,201,93). Sum of RGB (Red+Green+Blue) = 173+201+93=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95D is #5236A2. Grayscale: #B4B4B4. Windows color (decimal): -5387939 or 6146477. OLE color: 6146477.

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

Color convert

RGB 173 201 93 -
CMYK 0.14 0 0.54 0.21
HSL 75.56º 0.5% 0.58% -
HSV(B) 75.56º 0.54% 0.79% -
XYZ 40.1 51.45 18.17 -
YUV 180.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 173 201 93 0.14 0 0.54 0.21 75.56 0.5 0.58
Hex AD C9 5D E 0 36 15 4C 32 3A
Octal 255 311 135 16 0 66 25 114 62 72
Binary 10101101 11001001 1011101 1110 0 110110 10101 1001100 110010 111010

Color Harmonies of #ADC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC95D

Black with #ADC95D

Text Example


Text Example

White with #ADC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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