Html Css Color HEX #AFC36A Wild Willow

📋 copy color: '#AFC36A'

red 175 ◦ green 195 ◦ blue 106

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

Shades of Wild Willow #AFC36A

Tints of Wild Willow #AFC36A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

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

R = 36.76%
G = 40.97%
B = 22.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#AFC36A (or 0xAFC36A) is known color: Wild Willow. HEX triplet: AF, C3 and 6A. RGB value is (175,195,106). Sum of RGB (Red+Green+Blue) = 175+195+106=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36A is #503C95. Grayscale: #B3B3B3. Windows color (decimal): -5258390 or 6996911. OLE color: 6996911.

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

Color convert

RGB 175 195 106 -
CMYK 0.10 0 0.46 0.24
HSL 73.48º 0.43% 0.59% -
HSV(B) 73.48º 0.46% 0.76% -
XYZ 39.8 49.18 21.03 -
YUV 178.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 175 195 106 0.10 0 0.46 0.24 73.48 0.43 0.59
Hex AF C3 6A A 0 2E 18 49 2B 3B
Octal 257 303 152 12 0 56 30 111 53 73
Binary 10101111 11000011 1101010 1010 0 101110 11000 1001001 101011 111011

Color Harmonies of #AFC36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC36A

Black with #AFC36A

Text Example


Text Example

White with #AFC36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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