Html Css Color HEX #AFC166 Wild Willow

📋 copy color: '#AFC166'

red 175 ◦ green 193 ◦ blue 102

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

Shades of Wild Willow #AFC166

Tints of Wild Willow #AFC166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 37.23%
G = 41.06%
B = 21.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#AFC166 (or 0xAFC166) is known color: Wild Willow. HEX triplet: AF, C1 and 66. RGB value is (175,193,102). Sum of RGB (Red+Green+Blue) = 175+193+102=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC166 is #503E99. Grayscale: #B1B1B1. Windows color (decimal): -5258906 or 6734255. OLE color: 6734255.

HSL color Cylindrical-coordinate representation of color #AFC166: hue angle of 71.87º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC166 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 102 -
CMYK 0.09 0 0.47 0.24
HSL 71.87º 0.42% 0.58% -
HSV(B) 71.87º 0.47% 0.76% -
XYZ 39.15 48.21 19.81 -
YUV 177.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 175 193 102 0.09 0 0.47 0.24 71.87 0.42 0.58
Hex AF C1 66 9 0 2F 18 48 2A 3A
Octal 257 301 146 11 0 57 30 110 52 72
Binary 10101111 11000001 1100110 1001 0 101111 11000 1001000 101010 111010

Color Harmonies of #AFC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC166

Black with #AFC166

Text Example


Text Example

White with #AFC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC166; }

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

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

background-color css

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

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

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

border-color css

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

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

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