Html Css Color HEX #AFC66B Wild Willow

📋 copy color: '#AFC66B'

red 175 ◦ green 198 ◦ blue 107

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

Shades of Wild Willow #AFC66B

Tints of Wild Willow #AFC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 36.46%
G = 41.25%
B = 22.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#AFC66B (or 0xAFC66B) is known color: Wild Willow. HEX triplet: AF, C6 and 6B. RGB value is (175,198,107). Sum of RGB (Red+Green+Blue) = 175+198+107=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66B is #503994. Grayscale: #B5B5B5. Windows color (decimal): -5257621 or 7063215. OLE color: 7063215.

HSL color Cylindrical-coordinate representation of color #AFC66B: hue angle of 75.16º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC66B is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 107 -
CMYK 0.12 0 0.46 0.22
HSL 75.16º 0.44% 0.6% -
HSV(B) 75.16º 0.46% 0.78% -
XYZ 40.53 50.56 21.53 -
YUV 180.75 86.38 123.9 -
System Red Green Blue C M Y K H S L
Decimal 175 198 107 0.12 0 0.46 0.22 75.16 0.44 0.6
Hex AF C6 6B C 0 2E 16 4B 2C 3C
Octal 257 306 153 14 0 56 26 113 54 74
Binary 10101111 11000110 1101011 1100 0 101110 10110 1001011 101100 111100

Color Harmonies of #AFC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC66B

Black with #AFC66B

Text Example


Text Example

White with #AFC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC66B; }

 p { color: rgb(175,198,107); }

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

background-color css

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

 a { background-color: rgb(175,198,107); }

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

border-color css

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

 span { border-color: rgb(175,198,107); }

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