Html Css Color HEX #AFC26B Wild Willow

📋 copy color: '#AFC26B'

red 175 ◦ green 194 ◦ blue 107

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

Shades of Wild Willow #AFC26B

Tints of Wild Willow #AFC26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 36.76%
G = 40.76%
B = 22.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#AFC26B (or 0xAFC26B) is known color: Wild Willow. HEX triplet: AF, C2 and 6B. RGB value is (175,194,107). Sum of RGB (Red+Green+Blue) = 175+194+107=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC26B is #503D94. Grayscale: #B2B2B2. Windows color (decimal): -5258645 or 7062191. OLE color: 7062191.

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

Color convert

RGB 175 194 107 -
CMYK 0.10 0 0.45 0.24
HSL 73.1º 0.42% 0.59% -
HSV(B) 73.1º 0.45% 0.76% -
XYZ 39.62 48.76 21.23 -
YUV 178.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 175 194 107 0.10 0 0.45 0.24 73.1 0.42 0.59
Hex AF C2 6B A 0 2D 18 49 2A 3B
Octal 257 302 153 12 0 55 30 111 52 73
Binary 10101111 11000010 1101011 1010 0 101101 11000 1001001 101010 111011

Color Harmonies of #AFC26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC26B

Black with #AFC26B

Text Example


Text Example

White with #AFC26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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