Html Css Color HEX #AFC867 Wild Willow

📋 copy color: '#AFC867'

red 175 ◦ green 200 ◦ blue 103

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

Shades of Wild Willow #AFC867

Tints of Wild Willow #AFC867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.84%

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

R = 36.61%
G = 41.84%
B = 21.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#AFC867 (or 0xAFC867) is known color: Wild Willow. HEX triplet: AF, C8 and 67. RGB value is (175,200,103). Sum of RGB (Red+Green+Blue) = 175+200+103=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC867 is #503798. Grayscale: #B5B5B5. Windows color (decimal): -5257113 or 6801583. OLE color: 6801583.

HSL color Cylindrical-coordinate representation of color #AFC867: hue angle of 75.46º degrees, saturation: 0.47, 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 #AFC867 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 103 -
CMYK 0.12 0 0.48 0.22
HSL 75.46º 0.47% 0.59% -
HSV(B) 75.46º 0.49% 0.78% -
XYZ 40.78 51.4 20.6 -
YUV 181.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 175 200 103 0.12 0 0.48 0.22 75.46 0.47 0.59
Hex AF C8 67 C 0 30 16 4B 2F 3B
Octal 257 310 147 14 0 60 26 113 57 73
Binary 10101111 11001000 1100111 1100 0 110000 10110 1001011 101111 111011

Color Harmonies of #AFC867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC867

Black with #AFC867

Text Example


Text Example

White with #AFC867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC867; }

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

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

background-color css

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

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

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

border-color css

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

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

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