Html Css Color HEX #AFCE62 Wild Willow

📋 copy color: '#AFCE62'

red 175 ◦ green 206 ◦ blue 98

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

Shades of Wild Willow #AFCE62

Tints of Wild Willow #AFCE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 36.53%
G = 43.01%
B = 20.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#AFCE62 (or 0xAFCE62) is known color: Wild Willow. HEX triplet: AF, CE and 62. RGB value is (175,206,98). Sum of RGB (Red+Green+Blue) = 175+206+98=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE62 is #50319D. Grayscale: #B8B8B8. Windows color (decimal): -5255582 or 6475439. OLE color: 6475439.

HSL color Cylindrical-coordinate representation of color #AFCE62: hue angle of 77.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCE62 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 98 -
CMYK 0.15 0 0.52 0.19
HSL 77.22º 0.52% 0.6% -
HSV(B) 77.22º 0.52% 0.81% -
XYZ 41.96 54.14 19.79 -
YUV 184.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 175 206 98 0.15 0 0.52 0.19 77.22 0.52 0.6
Hex AF CE 62 F 0 34 13 4D 34 3C
Octal 257 316 142 17 0 64 23 115 64 74
Binary 10101111 11001110 1100010 1111 0 110100 10011 1001101 110100 111100

Color Harmonies of #AFCE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE62

Black with #AFCE62

Text Example


Text Example

White with #AFCE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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