Html Css Color HEX #AFC066 Wild Willow

📋 copy color: '#AFC066'

red 175 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #AFC066

Tints of Wild Willow #AFC066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 37.31%
G = 40.94%
B = 21.75%

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

#AFC066 (or 0xAFC066) is known color: Wild Willow. HEX triplet: AF, C0 and 66. RGB value is (175,192,102). Sum of RGB (Red+Green+Blue) = 175+192+102=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC066 is #503F99. Grayscale: #B1B1B1. Windows color (decimal): -5259162 or 6733999. OLE color: 6733999.

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

Color convert

RGB 175 192 102 -
CMYK 0.09 0 0.47 0.25
HSL 71.33º 0.42% 0.58% -
HSV(B) 71.33º 0.47% 0.75% -
XYZ 38.93 47.77 19.74 -
YUV 176.66 85.87 126.82 -
System Red Green Blue C M Y K H S L
Decimal 175 192 102 0.09 0 0.47 0.25 71.33 0.42 0.58
Hex AF C0 66 9 0 2F 19 47 2A 3A
Octal 257 300 146 11 0 57 31 107 52 72
Binary 10101111 11000000 1100110 1001 0 101111 11001 1000111 101010 111010

Color Harmonies of #AFC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC066

Black with #AFC066

Text Example


Text Example

White with #AFC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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