Html Css Color HEX #AFC464 Wild Willow

📋 copy color: '#AFC464'

red 175 ◦ green 196 ◦ blue 100

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

Shades of Wild Willow #AFC464

Tints of Wild Willow #AFC464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 37.15%
G = 41.61%
B = 21.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#AFC464 (or 0xAFC464) is known color: Wild Willow. HEX triplet: AF, C4 and 64. RGB value is (175,196,100). Sum of RGB (Red+Green+Blue) = 175+196+100=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC464 is #503B9B. Grayscale: #B3B3B3. Windows color (decimal): -5258140 or 6603951. OLE color: 6603951.

HSL color Cylindrical-coordinate representation of color #AFC464: hue angle of 73.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC464 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 100 -
CMYK 0.11 0 0.49 0.23
HSL 73.13º 0.45% 0.58% -
HSV(B) 73.13º 0.49% 0.77% -
XYZ 39.72 49.51 19.52 -
YUV 178.78 83.54 125.31 -
System Red Green Blue C M Y K H S L
Decimal 175 196 100 0.11 0 0.49 0.23 73.13 0.45 0.58
Hex AF C4 64 B 0 31 17 49 2D 3A
Octal 257 304 144 13 0 61 27 111 55 72
Binary 10101111 11000100 1100100 1011 0 110001 10111 1001001 101101 111010

Color Harmonies of #AFC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC464

Black with #AFC464

Text Example


Text Example

White with #AFC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC464; }

 p { color: rgb(175,196,100); }

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

background-color css

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

 a { background-color: rgb(175,196,100); }

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

border-color css

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

 span { border-color: rgb(175,196,100); }

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