Html Css Color HEX #ADC35F Wild Willow

📋 copy color: '#ADC35F'

red 173 ◦ green 195 ◦ blue 95

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

Shades of Wild Willow #ADC35F

Tints of Wild Willow #ADC35F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 37.37%
G = 42.12%
B = 20.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#ADC35F (or 0xADC35F) is known color: Wild Willow. HEX triplet: AD, C3 and 5F. RGB value is (173,195,95). Sum of RGB (Red+Green+Blue) = 173+195+95=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC35F is #523CA0. Grayscale: #B1B1B1. Windows color (decimal): -5389473 or 6276013. OLE color: 6276013.

HSL color Cylindrical-coordinate representation of color #ADC35F: hue angle of 73.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC35F is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 95 -
CMYK 0.11 0 0.51 0.24
HSL 73.2º 0.45% 0.57% -
HSV(B) 73.2º 0.51% 0.76% -
XYZ 38.81 48.74 18.19 -
YUV 177.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 173 195 95 0.11 0 0.51 0.24 73.2 0.45 0.57
Hex AD C3 5F B 0 33 18 49 2D 39
Octal 255 303 137 13 0 63 30 111 55 71
Binary 10101101 11000011 1011111 1011 0 110011 11000 1001001 101101 111001

Color Harmonies of #ADC35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC35F

Black with #ADC35F

Text Example


Text Example

White with #ADC35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC35F; }

 p { color: rgb(173,195,95); }

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

background-color css

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

 a { background-color: rgb(173,195,95); }

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

border-color css

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

 span { border-color: rgb(173,195,95); }

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