Html Css Color HEX #AFC362 Wild Willow

📋 copy color: '#AFC362'

red 175 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #AFC362

Tints of Wild Willow #AFC362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.94%

R = 37.39%
G = 41.67%
B = 20.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#AFC362 (or 0xAFC362) is known color: Wild Willow. HEX triplet: AF, C3 and 62. RGB value is (175,195,98). Sum of RGB (Red+Green+Blue) = 175+195+98=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC362 is #503C9D. Grayscale: #B2B2B2. Windows color (decimal): -5258398 or 6472623. OLE color: 6472623.

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

Color convert

RGB 175 195 98 -
CMYK 0.10 0 0.50 0.24
HSL 72.37º 0.45% 0.57% -
HSV(B) 72.37º 0.5% 0.76% -
XYZ 39.4 49.03 18.94 -
YUV 177.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 175 195 98 0.10 0 0.50 0.24 72.37 0.45 0.57
Hex AF C3 62 A 0 32 18 48 2D 39
Octal 257 303 142 12 0 62 30 110 55 71
Binary 10101111 11000011 1100010 1010 0 110010 11000 1001000 101101 111001

Color Harmonies of #AFC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC362

Black with #AFC362

Text Example


Text Example

White with #AFC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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