#ADC35F

Color #ADC35F Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ADC35F

Tints of Wild Willow #ADC35F

Color information

#ADC35F (or 0xADC35F) is unknown color: approx 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

RGB17319595-
CMYK0.1100.510.24
HSL73.2º45.45%56.86%-
HSV(B)73.2º51.28%76.47%-
XYZ38.8148.7418.19-
YUV177.0281.71125.13-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173195950.1100.510.2473.245.4556.86
HexADC35FB03318492d39
Octal25530313713063301115571
Binary1010110111000011101111110110110011110001001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>