Html Css Color HEX #AFC461 Wild Willow

📋 copy color: '#AFC461'

red 175 ◦ green 196 ◦ blue 97

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

Shades of Wild Willow #AFC461

Tints of Wild Willow #AFC461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 37.39%
G = 41.88%
B = 20.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#AFC461 (or 0xAFC461) is known color: Wild Willow. HEX triplet: AF, C4 and 61. RGB value is (175,196,97). Sum of RGB (Red+Green+Blue) = 175+196+97=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC461 is #503B9E. Grayscale: #B2B2B2. Windows color (decimal): -5258143 or 6407343. OLE color: 6407343.

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

Color convert

RGB 175 196 97 -
CMYK 0.11 0 0.51 0.23
HSL 72.73º 0.46% 0.57% -
HSV(B) 72.73º 0.51% 0.77% -
XYZ 39.58 49.46 18.77 -
YUV 178.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 175 196 97 0.11 0 0.51 0.23 72.73 0.46 0.57
Hex AF C4 61 B 0 33 17 49 2E 39
Octal 257 304 141 13 0 63 27 111 56 71
Binary 10101111 11000100 1100001 1011 0 110011 10111 1001001 101110 111001

Color Harmonies of #AFC461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC461

Black with #AFC461

Text Example


Text Example

White with #AFC461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC461; }

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

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

background-color css

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

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

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

border-color css

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

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

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