Html Css Color HEX #ADC75C Wild Willow

📋 copy color: '#ADC75C'

red 173 ◦ green 199 ◦ blue 92

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

Shades of Wild Willow #ADC75C

Tints of Wild Willow #ADC75C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

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

R = 37.28%
G = 42.89%
B = 19.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#ADC75C (or 0xADC75C) is known color: Wild Willow. HEX triplet: AD, C7 and 5C. RGB value is (173,199,92). Sum of RGB (Red+Green+Blue) = 173+199+92=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC75C is #5238A3. Grayscale: #B3B3B3. Windows color (decimal): -5388452 or 6080429. OLE color: 6080429.

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

Color convert

RGB 173 199 92 -
CMYK 0.13 0 0.54 0.22
HSL 74.58º 0.49% 0.57% -
HSV(B) 74.58º 0.54% 0.78% -
XYZ 39.59 50.5 17.79 -
YUV 179.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 173 199 92 0.13 0 0.54 0.22 74.58 0.49 0.57
Hex AD C7 5C D 0 36 16 4B 31 39
Octal 255 307 134 15 0 66 26 113 61 71
Binary 10101101 11000111 1011100 1101 0 110110 10110 1001011 110001 111001

Color Harmonies of #ADC75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC75C

Black with #ADC75C

Text Example


Text Example

White with #ADC75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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