Html Css Color HEX #ADCC66 Wild Willow

📋 copy color: '#ADCC66'

red 173 ◦ green 204 ◦ blue 102

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

Shades of Wild Willow #ADCC66

Tints of Wild Willow #ADCC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.59%

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 36.12%
G = 42.59%
B = 21.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#ADCC66 (or 0xADCC66) is known color: Wild Willow. HEX triplet: AD, CC and 66. RGB value is (173,204,102). Sum of RGB (Red+Green+Blue) = 173+204+102=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC66 is #523399. Grayscale: #B7B7B7. Windows color (decimal): -5387162 or 6737069. OLE color: 6737069.

HSL color Cylindrical-coordinate representation of color #ADCC66: hue angle of 78.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADCC66 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 102 -
CMYK 0.15 0 0.5 0.2
HSL 78.24º 0.5% 0.6% -
HSV(B) 78.24º 0.5% 0.8% -
XYZ 41.22 53.03 20.63 -
YUV 183.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 173 204 102 0.15 0 0.5 0.2 78.24 0.5 0.6
Hex AD CC 66 F 0 32 14 4E 32 3C
Octal 255 314 146 17 0 62 24 116 62 74
Binary 10101101 11001100 1100110 1111 0 110010 10100 1001110 110010 111100

Color Harmonies of #ADCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC66

Black with #ADCC66

Text Example


Text Example

White with #ADCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC66; }

 p { color: rgb(173,204,102); }

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

background-color css

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

 a { background-color: rgb(173,204,102); }

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

border-color css

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

 span { border-color: rgb(173,204,102); }

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