Html Css Color HEX #AFC468 Wild Willow

📋 copy color: '#AFC468'

red 175 ◦ green 196 ◦ blue 104

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

Shades of Wild Willow #AFC468

Tints of Wild Willow #AFC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.26%

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 36.84%
G = 41.26%
B = 21.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#AFC468 (or 0xAFC468) is known color: Wild Willow. HEX triplet: AF, C4 and 68. RGB value is (175,196,104). Sum of RGB (Red+Green+Blue) = 175+196+104=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC468 is #503B97. Grayscale: #B3B3B3. Windows color (decimal): -5258136 or 6866095. OLE color: 6866095.

HSL color Cylindrical-coordinate representation of color #AFC468: hue angle of 73.7º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC468 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 104 -
CMYK 0.11 0 0.47 0.23
HSL 73.7º 0.44% 0.59% -
HSV(B) 73.7º 0.47% 0.77% -
XYZ 39.92 49.59 20.57 -
YUV 179.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 175 196 104 0.11 0 0.47 0.23 73.7 0.44 0.59
Hex AF C4 68 B 0 2F 17 4A 2C 3B
Octal 257 304 150 13 0 57 27 112 54 73
Binary 10101111 11000100 1101000 1011 0 101111 10111 1001010 101100 111011

Color Harmonies of #AFC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC468

Black with #AFC468

Text Example


Text Example

White with #AFC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC468; }

 p { color: rgb(175,196,104); }

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

background-color css

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

 a { background-color: rgb(175,196,104); }

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

border-color css

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

 span { border-color: rgb(175,196,104); }

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