Html Css Color HEX #AFC669 Wild Willow

📋 copy color: '#AFC669'

red 175 ◦ green 198 ◦ blue 105

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

Shades of Wild Willow #AFC669

Tints of Wild Willow #AFC669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 36.61%
G = 41.42%
B = 21.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#AFC669 (or 0xAFC669) is known color: Wild Willow. HEX triplet: AF, C6 and 69. RGB value is (175,198,105). Sum of RGB (Red+Green+Blue) = 175+198+105=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC669 is #503996. Grayscale: #B4B4B4. Windows color (decimal): -5257623 or 6932143. OLE color: 6932143.

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

Color convert

RGB 175 198 105 -
CMYK 0.12 0 0.47 0.22
HSL 74.84º 0.45% 0.59% -
HSV(B) 74.84º 0.47% 0.78% -
XYZ 40.42 50.52 20.99 -
YUV 180.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 175 198 105 0.12 0 0.47 0.22 74.84 0.45 0.59
Hex AF C6 69 C 0 2F 16 4B 2D 3B
Octal 257 306 151 14 0 57 26 113 55 73
Binary 10101111 11000110 1101001 1100 0 101111 10110 1001011 101101 111011

Color Harmonies of #AFC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC669

Black with #AFC669

Text Example


Text Example

White with #AFC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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