Html Css Color HEX #AFC360 Wild Willow

📋 copy color: '#AFC360'

red 175 ◦ green 195 ◦ blue 96

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

Shades of Wild Willow #AFC360

Tints of Wild Willow #AFC360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 37.55%
G = 41.85%
B = 20.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#AFC360 (or 0xAFC360) is known color: Wild Willow. HEX triplet: AF, C3 and 60. RGB value is (175,195,96). Sum of RGB (Red+Green+Blue) = 175+195+96=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC360 is #503C9F. Grayscale: #B2B2B2. Windows color (decimal): -5258400 or 6341551. OLE color: 6341551.

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

Color convert

RGB 175 195 96 -
CMYK 0.10 0 0.51 0.24
HSL 72.12º 0.45% 0.57% -
HSV(B) 72.12º 0.51% 0.76% -
XYZ 39.31 48.99 18.45 -
YUV 177.73 81.87 126.05 -
System Red Green Blue C M Y K H S L
Decimal 175 195 96 0.10 0 0.51 0.24 72.12 0.45 0.57
Hex AF C3 60 A 0 33 18 48 2D 39
Octal 257 303 140 12 0 63 30 110 55 71
Binary 10101111 11000011 1100000 1010 0 110011 11000 1001000 101101 111001

Color Harmonies of #AFC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC360

Black with #AFC360

Text Example


Text Example

White with #AFC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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