Html Css Color HEX #AFC665 Wild Willow

📋 copy color: '#AFC665'

red 175 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #AFC665

Tints of Wild Willow #AFC665

RGB

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

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

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

R = 36.92%
G = 41.77%
B = 21.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#AFC665 (or 0xAFC665) is known color: Wild Willow. HEX triplet: AF, C6 and 65. RGB value is (175,198,101). Sum of RGB (Red+Green+Blue) = 175+198+101=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC665 is #50399A. Grayscale: #B4B4B4. Windows color (decimal): -5257627 or 6669999. OLE color: 6669999.

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

Color convert

RGB 175 198 101 -
CMYK 0.12 0 0.49 0.22
HSL 74.23º 0.46% 0.59% -
HSV(B) 74.23º 0.49% 0.78% -
XYZ 40.22 50.44 19.93 -
YUV 180.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 175 198 101 0.12 0 0.49 0.22 74.23 0.46 0.59
Hex AF C6 65 C 0 31 16 4A 2E 3B
Octal 257 306 145 14 0 61 26 112 56 73
Binary 10101111 11000110 1100101 1100 0 110001 10110 1001010 101110 111011

Color Harmonies of #AFC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC665

Black with #AFC665

Text Example


Text Example

White with #AFC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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