Html Css Color HEX #AFC465 Wild Willow

📋 copy color: '#AFC465'

red 175 ◦ green 196 ◦ blue 101

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

Shades of Wild Willow #AFC465

Tints of Wild Willow #AFC465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 37.08%
G = 41.53%
B = 21.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#AFC465 (or 0xAFC465) is known color: Wild Willow. HEX triplet: AF, C4 and 65. RGB value is (175,196,101). Sum of RGB (Red+Green+Blue) = 175+196+101=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC465 is #503B9A. Grayscale: #B3B3B3. Windows color (decimal): -5258139 or 6669487. OLE color: 6669487.

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

Color convert

RGB 175 196 101 -
CMYK 0.11 0 0.48 0.23
HSL 73.26º 0.45% 0.58% -
HSV(B) 73.26º 0.48% 0.77% -
XYZ 39.77 49.53 19.78 -
YUV 178.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 175 196 101 0.11 0 0.48 0.23 73.26 0.45 0.58
Hex AF C4 65 B 0 30 17 49 2D 3A
Octal 257 304 145 13 0 60 27 111 55 72
Binary 10101111 11000100 1100101 1011 0 110000 10111 1001001 101101 111010

Color Harmonies of #AFC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC465

Black with #AFC465

Text Example


Text Example

White with #AFC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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