Html Css Color HEX #AFC764 Wild Willow

📋 copy color: '#AFC764'

red 175 ◦ green 199 ◦ blue 100

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

Shades of Wild Willow #AFC764

Tints of Wild Willow #AFC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 36.92%
G = 41.98%
B = 21.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#AFC764 (or 0xAFC764) is known color: Wild Willow. HEX triplet: AF, C7 and 64. RGB value is (175,199,100). Sum of RGB (Red+Green+Blue) = 175+199+100=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC764 is #50389B. Grayscale: #B4B4B4. Windows color (decimal): -5257372 or 6604719. OLE color: 6604719.

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

Color convert

RGB 175 199 100 -
CMYK 0.12 0 0.50 0.22
HSL 74.55º 0.47% 0.59% -
HSV(B) 74.55º 0.5% 0.78% -
XYZ 40.4 50.88 19.75 -
YUV 180.54 82.55 124.05 -
System Red Green Blue C M Y K H S L
Decimal 175 199 100 0.12 0 0.50 0.22 74.55 0.47 0.59
Hex AF C7 64 C 0 32 16 4B 2F 3B
Octal 257 307 144 14 0 62 26 113 57 73
Binary 10101111 11000111 1100100 1100 0 110010 10110 1001011 101111 111011

Color Harmonies of #AFC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC764

Black with #AFC764

Text Example


Text Example

White with #AFC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC764; }

 p { color: rgb(175,199,100); }

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

background-color css

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

 a { background-color: rgb(175,199,100); }

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

border-color css

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

 span { border-color: rgb(175,199,100); }

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