Html Css Color HEX #AFC063 Wild Willow

📋 copy color: '#AFC063'

red 175 ◦ green 192 ◦ blue 99

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

Shades of Wild Willow #AFC063

Tints of Wild Willow #AFC063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 99 (39.06% from 255) = 21.24%

R = 37.55%
G = 41.2%
B = 21.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#AFC063 (or 0xAFC063) is known color: Wild Willow. HEX triplet: AF, C0 and 63. RGB value is (175,192,99). Sum of RGB (Red+Green+Blue) = 175+192+99=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC063 is #503F9C. Grayscale: #B0B0B0. Windows color (decimal): -5259165 or 6537391. OLE color: 6537391.

HSL color Cylindrical-coordinate representation of color #AFC063: hue angle of 70.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFC063 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 99 -
CMYK 0.09 0 0.48 0.25
HSL 70.97º 0.42% 0.57% -
HSV(B) 70.97º 0.48% 0.75% -
XYZ 38.78 47.71 18.97 -
YUV 176.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 175 192 99 0.09 0 0.48 0.25 70.97 0.42 0.57
Hex AF C0 63 9 0 30 19 47 2A 39
Octal 257 300 143 11 0 60 31 107 52 71
Binary 10101111 11000000 1100011 1001 0 110000 11001 1000111 101010 111001

Color Harmonies of #AFC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC063

Black with #AFC063

Text Example


Text Example

White with #AFC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC063; }

 p { color: rgb(175,192,99); }

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

background-color css

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

 a { background-color: rgb(175,192,99); }

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

border-color css

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

 span { border-color: rgb(175,192,99); }

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