Html Css Color HEX #AFC95A Wild Willow

📋 copy color: '#AFC95A'

red 175 ◦ green 201 ◦ blue 90

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

Shades of Wild Willow #AFC95A

Tints of Wild Willow #AFC95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.13%

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 37.55%
G = 43.13%
B = 19.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#AFC95A (or 0xAFC95A) is known color: Wild Willow. HEX triplet: AF, C9 and 5A. RGB value is (175,201,90). Sum of RGB (Red+Green+Blue) = 175+201+90=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC95A is #5036A5. Grayscale: #B4B4B4. Windows color (decimal): -5256870 or 5949871. OLE color: 5949871.

HSL color Cylindrical-coordinate representation of color #AFC95A: hue angle of 74.05º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC95A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 90 -
CMYK 0.13 0 0.55 0.21
HSL 74.05º 0.51% 0.57% -
HSV(B) 74.05º 0.55% 0.79% -
XYZ 40.41 51.63 17.51 -
YUV 180.57 76.89 124.03 -
System Red Green Blue C M Y K H S L
Decimal 175 201 90 0.13 0 0.55 0.21 74.05 0.51 0.57
Hex AF C9 5A D 0 37 15 4A 33 39
Octal 257 311 132 15 0 67 25 112 63 71
Binary 10101111 11001001 1011010 1101 0 110111 10101 1001010 110011 111001

Color Harmonies of #AFC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC95A

Black with #AFC95A

Text Example


Text Example

White with #AFC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC95A; }

 p { color: rgb(175,201,90); }

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

background-color css

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

 a { background-color: rgb(175,201,90); }

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

border-color css

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

 span { border-color: rgb(175,201,90); }

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