Html Css Color HEX #AFC16A Wild Willow

📋 copy color: '#AFC16A'

red 175 ◦ green 193 ◦ blue 106

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

Shades of Wild Willow #AFC16A

Tints of Wild Willow #AFC16A

RGB

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

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

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

R = 36.92%
G = 40.72%
B = 22.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#AFC16A (or 0xAFC16A) is known color: Wild Willow. HEX triplet: AF, C1 and 6A. RGB value is (175,193,106). Sum of RGB (Red+Green+Blue) = 175+193+106=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC16A is #503E95. Grayscale: #B2B2B2. Windows color (decimal): -5258902 or 6996399. OLE color: 6996399.

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

Color convert

RGB 175 193 106 -
CMYK 0.09 0 0.45 0.24
HSL 72.41º 0.41% 0.59% -
HSV(B) 72.41º 0.45% 0.76% -
XYZ 39.35 48.29 20.88 -
YUV 177.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 175 193 106 0.09 0 0.45 0.24 72.41 0.41 0.59
Hex AF C1 6A 9 0 2D 18 48 29 3B
Octal 257 301 152 11 0 55 30 110 51 73
Binary 10101111 11000001 1101010 1001 0 101101 11000 1001000 101001 111011

Color Harmonies of #AFC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC16A

Black with #AFC16A

Text Example


Text Example

White with #AFC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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