Html Css Color HEX #AFC467 Wild Willow

📋 copy color: '#AFC467'

red 175 ◦ green 196 ◦ blue 103

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

Shades of Wild Willow #AFC467

Tints of Wild Willow #AFC467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 36.92%
G = 41.35%
B = 21.73%

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

#AFC467 (or 0xAFC467) is known color: Wild Willow. HEX triplet: AF, C4 and 67. RGB value is (175,196,103). Sum of RGB (Red+Green+Blue) = 175+196+103=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC467 is #503B98. Grayscale: #B3B3B3. Windows color (decimal): -5258137 or 6800559. OLE color: 6800559.

HSL color Cylindrical-coordinate representation of color #AFC467: hue angle of 73.55º 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 #AFC467 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 103 -
CMYK 0.11 0 0.47 0.23
HSL 73.55º 0.44% 0.59% -
HSV(B) 73.55º 0.47% 0.77% -
XYZ 39.87 49.57 20.3 -
YUV 179.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 175 196 103 0.11 0 0.47 0.23 73.55 0.44 0.59
Hex AF C4 67 B 0 2F 17 4A 2C 3B
Octal 257 304 147 13 0 57 27 112 54 73
Binary 10101111 11000100 1100111 1011 0 101111 10111 1001010 101100 111011

Color Harmonies of #AFC467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC467

Black with #AFC467

Text Example


Text Example

White with #AFC467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC467; }

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

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

background-color css

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

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

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

border-color css

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

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

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