Html Css Color HEX #ADC95E Wild Willow

📋 copy color: '#ADC95E'

red 173 ◦ green 201 ◦ blue 94

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

Shades of Wild Willow #ADC95E

Tints of Wild Willow #ADC95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 36.97%
G = 42.95%
B = 20.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#ADC95E (or 0xADC95E) is known color: Wild Willow. HEX triplet: AD, C9 and 5E. RGB value is (173,201,94). Sum of RGB (Red+Green+Blue) = 173+201+94=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95E is #5236A1. Grayscale: #B4B4B4. Windows color (decimal): -5387938 or 6212013. OLE color: 6212013.

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

Color convert

RGB 173 201 94 -
CMYK 0.14 0 0.53 0.21
HSL 75.7º 0.5% 0.58% -
HSV(B) 75.7º 0.53% 0.79% -
XYZ 40.14 51.47 18.41 -
YUV 180.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 173 201 94 0.14 0 0.53 0.21 75.7 0.5 0.58
Hex AD C9 5E E 0 35 15 4C 32 3A
Octal 255 311 136 16 0 65 25 114 62 72
Binary 10101101 11001001 1011110 1110 0 110101 10101 1001100 110010 111010

Color Harmonies of #ADC95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC95E

Black with #ADC95E

Text Example


Text Example

White with #ADC95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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