Html Css Color HEX #AFC065 Wild Willow

📋 copy color: '#AFC065'

red 175 ◦ green 192 ◦ blue 101

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

Shades of Wild Willow #AFC065

Tints of Wild Willow #AFC065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 37.39%
G = 41.03%
B = 21.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#AFC065 (or 0xAFC065) is known color: Wild Willow. HEX triplet: AF, C0 and 65. RGB value is (175,192,101). Sum of RGB (Red+Green+Blue) = 175+192+101=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC065 is #503F9A. Grayscale: #B0B0B0. Windows color (decimal): -5259163 or 6668463. OLE color: 6668463.

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

Color convert

RGB 175 192 101 -
CMYK 0.09 0 0.47 0.25
HSL 71.21º 0.42% 0.57% -
HSV(B) 71.21º 0.47% 0.75% -
XYZ 38.88 47.75 19.48 -
YUV 176.54 85.37 126.9 -
System Red Green Blue C M Y K H S L
Decimal 175 192 101 0.09 0 0.47 0.25 71.21 0.42 0.57
Hex AF C0 65 9 0 2F 19 47 2A 39
Octal 257 300 145 11 0 57 31 107 52 71
Binary 10101111 11000000 1100101 1001 0 101111 11001 1000111 101010 111001

Color Harmonies of #AFC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC065

Black with #AFC065

Text Example


Text Example

White with #AFC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC065; }

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

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

background-color css

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

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

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

border-color css

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

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

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