Html Css Color HEX #AFC666 Wild Willow

📋 copy color: '#AFC666'

red 175 ◦ green 198 ◦ blue 102

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

Shades of Wild Willow #AFC666

Tints of Wild Willow #AFC666

RGB

 RED value IS 175 (68.75% from 255) = 36.84%

 GREEN value IS 198 (77.73% from 255) = 41.68%

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

R = 36.84%
G = 41.68%
B = 21.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#AFC666 (or 0xAFC666) is known color: Wild Willow. HEX triplet: AF, C6 and 66. RGB value is (175,198,102). Sum of RGB (Red+Green+Blue) = 175+198+102=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC666 is #503999. Grayscale: #B4B4B4. Windows color (decimal): -5257626 or 6735535. OLE color: 6735535.

HSL color Cylindrical-coordinate representation of color #AFC666: hue angle of 74.37º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFC666 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 102 -
CMYK 0.12 0 0.48 0.22
HSL 74.37º 0.46% 0.59% -
HSV(B) 74.37º 0.48% 0.78% -
XYZ 40.27 50.46 20.19 -
YUV 180.18 83.88 124.31 -
System Red Green Blue C M Y K H S L
Decimal 175 198 102 0.12 0 0.48 0.22 74.37 0.46 0.59
Hex AF C6 66 C 0 30 16 4A 2E 3B
Octal 257 306 146 14 0 60 26 112 56 73
Binary 10101111 11000110 1100110 1100 0 110000 10110 1001010 101110 111011

Color Harmonies of #AFC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC666

Black with #AFC666

Text Example


Text Example

White with #AFC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC666; }

 p { color: rgb(175,198,102); }

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

background-color css

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

 a { background-color: rgb(175,198,102); }

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

border-color css

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

 span { border-color: rgb(175,198,102); }

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