Html Css Color HEX #ADC268 Wild Willow

📋 copy color: '#ADC268'

red 173 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #ADC268

Tints of Wild Willow #ADC268

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 value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#ADC268 (or 0xADC268) is known color: 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

RGB 173 194 104 -
CMYK 0.11 0 0.46 0.24
HSL 74º 0.42% 0.58% -
HSV(B) 74º 0.46% 0.76% -
XYZ 39.02 48.47 20.4 -
YUV 177.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 173 194 104 0.11 0 0.46 0.24 74 0.42 0.58
Hex AD C2 68 B 0 2E 18 4A 2A 3A
Octal 255 302 150 13 0 56 30 112 52 72
Binary 10101101 11000010 1101000 1011 0 101110 11000 1001010 101010 111010

Color Harmonies of #ADC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC268

Black with #ADC268

Text Example


Text Example

White with #ADC268

Text Example


Text Example

HTML Codes & Css Web 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>