#ADC268

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

Shades of Wild Willow #ADC268

Tints of Wild Willow #ADC268

Color information

#ADC268 (or 0xADC268) is unknown color: approx Wild Willow. HEX triplet: AD, C2 and 68. RGB value is (173,194,104). Sum of RGB (Red+Green+Blue) = 173+194+104=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC268 is #523D97. Grayscale: #B1B1B1. Windows color (decimal): -5389720 or 6865581. OLE color: 6865581.

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

Color convert

RGB173194104-
CMYK0.1100.460.24
HSL74º42.45%58.43%-
HSV(B)74º46.39%76.08%-
XYZ39.0248.4720.4-
YUV177.4686.54124.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=36.73%
G=41.19%
B=22.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941040.1100.460.247442.4558.43
HexADC268B02E184a2a3a
Octal25530215013056301125272
Binary1010110111000010110100010110101110110001001010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC268; }

 p { color: rgb(173,194,104); }

 H1.HeaderClassName
 {
   color: #ADC268;
 }
 .AnyTagClassName
 {
   color: #ADC268;
 }
</style>
background-color css

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

 a { background-color: rgb(173,194,104); }

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

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

 span { border-color: rgb(173,194,104); }

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