Html Css Color HEX #AFC660 Wild Willow

📋 copy color: '#AFC660'

red 175 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #AFC660

Tints of Wild Willow #AFC660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 37.31%
G = 42.22%
B = 20.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#AFC660 (or 0xAFC660) is known color: Wild Willow. HEX triplet: AF, C6 and 60. RGB value is (175,198,96). Sum of RGB (Red+Green+Blue) = 175+198+96=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC660 is #50399F. Grayscale: #B3B3B3. Windows color (decimal): -5257632 or 6342319. OLE color: 6342319.

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

Color convert

RGB 175 198 96 -
CMYK 0.12 0 0.52 0.22
HSL 73.53º 0.47% 0.58% -
HSV(B) 73.53º 0.52% 0.78% -
XYZ 39.98 50.35 18.68 -
YUV 179.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 175 198 96 0.12 0 0.52 0.22 73.53 0.47 0.58
Hex AF C6 60 C 0 34 16 4A 2F 3A
Octal 257 306 140 14 0 64 26 112 57 72
Binary 10101111 11000110 1100000 1100 0 110100 10110 1001010 101111 111010

Color Harmonies of #AFC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC660

Black with #AFC660

Text Example


Text Example

White with #AFC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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