Html Css Color HEX #AFC15E Wild Willow

📋 copy color: '#AFC15E'

red 175 ◦ green 193 ◦ blue 94

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

Shades of Wild Willow #AFC15E

Tints of Wild Willow #AFC15E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 37.88%
G = 41.77%
B = 20.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#AFC15E (or 0xAFC15E) is known color: Wild Willow. HEX triplet: AF, C1 and 5E. RGB value is (175,193,94). Sum of RGB (Red+Green+Blue) = 175+193+94=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC15E is #503EA1. Grayscale: #B0B0B0. Windows color (decimal): -5258914 or 6209967. OLE color: 6209967.

HSL color Cylindrical-coordinate representation of color #AFC15E: hue angle of 70.91º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC15E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 94 -
CMYK 0.09 0 0.51 0.24
HSL 70.91º 0.44% 0.56% -
HSV(B) 70.91º 0.51% 0.76% -
XYZ 38.77 48.06 17.82 -
YUV 176.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 175 193 94 0.09 0 0.51 0.24 70.91 0.44 0.56
Hex AF C1 5E 9 0 33 18 47 2C 38
Octal 257 301 136 11 0 63 30 107 54 70
Binary 10101111 11000001 1011110 1001 0 110011 11000 1000111 101100 111000

Color Harmonies of #AFC15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC15E

Black with #AFC15E

Text Example


Text Example

White with #AFC15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC15E; }

 p { color: rgb(175,193,94); }

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

background-color css

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

 a { background-color: rgb(175,193,94); }

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

border-color css

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

 span { border-color: rgb(175,193,94); }

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