Html Css Color HEX #AFC462 Wild Willow

📋 copy color: '#AFC462'

red 175 ◦ green 196 ◦ blue 98

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

Shades of Wild Willow #AFC462

Tints of Wild Willow #AFC462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 37.31%
G = 41.79%
B = 20.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#AFC462 (or 0xAFC462) is known color: Wild Willow. HEX triplet: AF, C4 and 62. RGB value is (175,196,98). Sum of RGB (Red+Green+Blue) = 175+196+98=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC462 is #503B9D. Grayscale: #B2B2B2. Windows color (decimal): -5258142 or 6472879. OLE color: 6472879.

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

Color convert

RGB 175 196 98 -
CMYK 0.11 0 0.5 0.23
HSL 72.86º 0.45% 0.58% -
HSV(B) 72.86º 0.5% 0.77% -
XYZ 39.62 49.48 19.02 -
YUV 178.55 82.54 125.47 -
System Red Green Blue C M Y K H S L
Decimal 175 196 98 0.11 0 0.5 0.23 72.86 0.45 0.58
Hex AF C4 62 B 0 32 17 49 2D 3A
Octal 257 304 142 13 0 62 27 111 55 72
Binary 10101111 11000100 1100010 1011 0 110010 10111 1001001 101101 111010

Color Harmonies of #AFC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC462

Black with #AFC462

Text Example


Text Example

White with #AFC462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC462; }

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

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

background-color css

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

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

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

border-color css

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

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

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