Html Css Color HEX #AFC267 Wild Willow

📋 copy color: '#AFC267'

red 175 ◦ green 194 ◦ blue 103

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

Shades of Wild Willow #AFC267

Tints of Wild Willow #AFC267

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.1%

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

R = 37.08%
G = 41.1%
B = 21.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#AFC267 (or 0xAFC267) is known color: Wild Willow. HEX triplet: AF, C2 and 67. RGB value is (175,194,103). Sum of RGB (Red+Green+Blue) = 175+194+103=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC267 is #503D98. Grayscale: #B2B2B2. Windows color (decimal): -5258649 or 6800047. OLE color: 6800047.

HSL color Cylindrical-coordinate representation of color #AFC267: hue angle of 72.53º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC267 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 103 -
CMYK 0.10 0 0.47 0.24
HSL 72.53º 0.43% 0.58% -
HSV(B) 72.53º 0.47% 0.76% -
XYZ 39.42 48.68 20.15 -
YUV 177.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 175 194 103 0.10 0 0.47 0.24 72.53 0.43 0.58
Hex AF C2 67 A 0 2F 18 49 2B 3A
Octal 257 302 147 12 0 57 30 111 53 72
Binary 10101111 11000010 1100111 1010 0 101111 11000 1001001 101011 111010

Color Harmonies of #AFC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC267

Black with #AFC267

Text Example


Text Example

White with #AFC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC267; }

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

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

background-color css

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

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

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

border-color css

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

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

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