Html Css Color HEX #AFC56A Wild Willow

📋 copy color: '#AFC56A'

red 175 ◦ green 197 ◦ blue 106

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

Shades of Wild Willow #AFC56A

Tints of Wild Willow #AFC56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 36.61%
G = 41.21%
B = 22.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#AFC56A (or 0xAFC56A) is known color: Wild Willow. HEX triplet: AF, C5 and 6A. RGB value is (175,197,106). Sum of RGB (Red+Green+Blue) = 175+197+106=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC56A is #503A95. Grayscale: #B4B4B4. Windows color (decimal): -5257878 or 6997423. OLE color: 6997423.

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

Color convert

RGB 175 197 106 -
CMYK 0.11 0 0.46 0.23
HSL 74.51º 0.44% 0.59% -
HSV(B) 74.51º 0.46% 0.77% -
XYZ 40.25 50.09 21.18 -
YUV 180.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 175 197 106 0.11 0 0.46 0.23 74.51 0.44 0.59
Hex AF C5 6A B 0 2E 17 4B 2C 3B
Octal 257 305 152 13 0 56 27 113 54 73
Binary 10101111 11000101 1101010 1011 0 101110 10111 1001011 101100 111011

Color Harmonies of #AFC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC56A

Black with #AFC56A

Text Example


Text Example

White with #AFC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC56A; }

 p { color: rgb(175,197,106); }

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

background-color css

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

 a { background-color: rgb(175,197,106); }

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

border-color css

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

 span { border-color: rgb(175,197,106); }

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