Html Css Color HEX #ADCD66 Wild Willow

📋 copy color: '#ADCD66'

red 173 ◦ green 205 ◦ blue 102

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

Shades of Wild Willow #ADCD66

Tints of Wild Willow #ADCD66

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

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

R = 36.04%
G = 42.71%
B = 21.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#ADCD66 (or 0xADCD66) is known color: Wild Willow. HEX triplet: AD, CD and 66. RGB value is (173,205,102). Sum of RGB (Red+Green+Blue) = 173+205+102=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD66 is #523299. Grayscale: #B8B8B8. Windows color (decimal): -5386906 or 6737325. OLE color: 6737325.

HSL color Cylindrical-coordinate representation of color #ADCD66: hue angle of 78.64º degrees, saturation: 0.51, 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 #ADCD66 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 102 -
CMYK 0.16 0 0.50 0.20
HSL 78.64º 0.51% 0.6% -
HSV(B) 78.64º 0.5% 0.8% -
XYZ 41.46 53.51 20.71 -
YUV 183.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 173 205 102 0.16 0 0.50 0.20 78.64 0.51 0.6
Hex AD CD 66 10 0 32 14 4F 33 3C
Octal 255 315 146 20 0 62 24 117 63 74
Binary 10101101 11001101 1100110 10000 0 110010 10100 1001111 110011 111100

Color Harmonies of #ADCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD66

Black with #ADCD66

Text Example


Text Example

White with #ADCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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