Html Css Color HEX #AFC261 Wild Willow

📋 copy color: '#AFC261'

red 175 ◦ green 194 ◦ blue 97

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

Shades of Wild Willow #AFC261

Tints of Wild Willow #AFC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

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

R = 37.55%
G = 41.63%
B = 20.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#AFC261 (or 0xAFC261) is known color: Wild Willow. HEX triplet: AF, C2 and 61. RGB value is (175,194,97). Sum of RGB (Red+Green+Blue) = 175+194+97=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC261 is #503D9E. Grayscale: #B1B1B1. Windows color (decimal): -5258655 or 6406831. OLE color: 6406831.

HSL color Cylindrical-coordinate representation of color #AFC261: hue angle of 71.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC261 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 97 -
CMYK 0.10 0 0.50 0.24
HSL 71.75º 0.44% 0.57% -
HSV(B) 71.75º 0.5% 0.76% -
XYZ 39.13 48.56 18.62 -
YUV 177.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 175 194 97 0.10 0 0.50 0.24 71.75 0.44 0.57
Hex AF C2 61 A 0 32 18 48 2C 39
Octal 257 302 141 12 0 62 30 110 54 71
Binary 10101111 11000010 1100001 1010 0 110010 11000 1001000 101100 111001

Color Harmonies of #AFC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC261

Black with #AFC261

Text Example


Text Example

White with #AFC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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