Html Css Color HEX #AFC168 Wild Willow

📋 copy color: '#AFC168'

red 175 ◦ green 193 ◦ blue 104

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

Shades of Wild Willow #AFC168

Tints of Wild Willow #AFC168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 37.08%
G = 40.89%
B = 22.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#AFC168 (or 0xAFC168) is known color: Wild Willow. HEX triplet: AF, C1 and 68. RGB value is (175,193,104). Sum of RGB (Red+Green+Blue) = 175+193+104=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC168 is #503E97. Grayscale: #B1B1B1. Windows color (decimal): -5258904 or 6865327. OLE color: 6865327.

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

Color convert

RGB 175 193 104 -
CMYK 0.09 0 0.46 0.24
HSL 72.13º 0.42% 0.58% -
HSV(B) 72.13º 0.46% 0.76% -
XYZ 39.25 48.25 20.34 -
YUV 177.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 175 193 104 0.09 0 0.46 0.24 72.13 0.42 0.58
Hex AF C1 68 9 0 2E 18 48 2A 3A
Octal 257 301 150 11 0 56 30 110 52 72
Binary 10101111 11000001 1101000 1001 0 101110 11000 1001000 101010 111010

Color Harmonies of #AFC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC168

Black with #AFC168

Text Example


Text Example

White with #AFC168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC168; }

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

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

background-color css

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

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

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

border-color css

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

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

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