Html Css Color HEX #AFC46B Wild Willow

📋 copy color: '#AFC46B'

red 175 ◦ green 196 ◦ blue 107

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

Shades of Wild Willow #AFC46B

Tints of Wild Willow #AFC46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 36.61%
G = 41%
B = 22.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#AFC46B (or 0xAFC46B) is known color: Wild Willow. HEX triplet: AF, C4 and 6B. RGB value is (175,196,107). Sum of RGB (Red+Green+Blue) = 175+196+107=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC46B is #503B94. Grayscale: #B3B3B3. Windows color (decimal): -5258133 or 7062703. OLE color: 7062703.

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

Color convert

RGB 175 196 107 -
CMYK 0.11 0 0.45 0.23
HSL 74.16º 0.43% 0.59% -
HSV(B) 74.16º 0.45% 0.77% -
XYZ 40.07 49.66 21.38 -
YUV 179.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 175 196 107 0.11 0 0.45 0.23 74.16 0.43 0.59
Hex AF C4 6B B 0 2D 17 4A 2B 3B
Octal 257 304 153 13 0 55 27 112 53 73
Binary 10101111 11000100 1101011 1011 0 101101 10111 1001010 101011 111011

Color Harmonies of #AFC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC46B

Black with #AFC46B

Text Example


Text Example

White with #AFC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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