Html Css Color HEX #AFC26A Wild Willow

📋 copy color: '#AFC26A'

red 175 ◦ green 194 ◦ blue 106

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

Shades of Wild Willow #AFC26A

Tints of Wild Willow #AFC26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 36.84%
G = 40.84%
B = 22.32%

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

#AFC26A (or 0xAFC26A) is known color: Wild Willow. HEX triplet: AF, C2 and 6A. RGB value is (175,194,106). Sum of RGB (Red+Green+Blue) = 175+194+106=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC26A is #503D95. Grayscale: #B2B2B2. Windows color (decimal): -5258646 or 6996655. OLE color: 6996655.

HSL color Cylindrical-coordinate representation of color #AFC26A: hue angle of 72.95º 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 #AFC26A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 106 -
CMYK 0.10 0 0.45 0.24
HSL 72.95º 0.42% 0.59% -
HSV(B) 72.95º 0.45% 0.76% -
XYZ 39.57 48.74 20.96 -
YUV 178.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 175 194 106 0.10 0 0.45 0.24 72.95 0.42 0.59
Hex AF C2 6A A 0 2D 18 49 2A 3B
Octal 257 302 152 12 0 55 30 111 52 73
Binary 10101111 11000010 1101010 1010 0 101101 11000 1001001 101010 111011

Color Harmonies of #AFC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC26A

Black with #AFC26A

Text Example


Text Example

White with #AFC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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