Html Css Color HEX #AFC15D Wild Willow

📋 copy color: '#AFC15D'

red 175 ◦ green 193 ◦ blue 93

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

Shades of Wild Willow #AFC15D

Tints of Wild Willow #AFC15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 37.96%
G = 41.87%
B = 20.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#AFC15D (or 0xAFC15D) is known color: Wild Willow. HEX triplet: AF, C1 and 5D. RGB value is (175,193,93). Sum of RGB (Red+Green+Blue) = 175+193+93=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC15D is #503EA2. Grayscale: #B0B0B0. Windows color (decimal): -5258915 or 6144431. OLE color: 6144431.

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

Color convert

RGB 175 193 93 -
CMYK 0.09 0 0.52 0.24
HSL 70.8º 0.45% 0.56% -
HSV(B) 70.8º 0.52% 0.76% -
XYZ 38.72 48.04 17.59 -
YUV 176.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 175 193 93 0.09 0 0.52 0.24 70.8 0.45 0.56
Hex AF C1 5D 9 0 34 18 47 2D 38
Octal 257 301 135 11 0 64 30 107 55 70
Binary 10101111 11000001 1011101 1001 0 110100 11000 1000111 101101 111000

Color Harmonies of #AFC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC15D

Black with #AFC15D

Text Example


Text Example

White with #AFC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC15D; }

 p { color: rgb(175,193,93); }

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

background-color css

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

 a { background-color: rgb(175,193,93); }

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

border-color css

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

 span { border-color: rgb(175,193,93); }

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