Html Css Color HEX #AFCC62 Wild Willow

📋 copy color: '#AFCC62'

red 175 ◦ green 204 ◦ blue 98

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

Shades of Wild Willow #AFCC62

Tints of Wild Willow #AFCC62

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

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

R = 36.69%
G = 42.77%
B = 20.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#AFCC62 (or 0xAFCC62) is known color: Wild Willow. HEX triplet: AF, CC and 62. RGB value is (175,204,98). Sum of RGB (Red+Green+Blue) = 175+204+98=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC62 is #50339D. Grayscale: #B7B7B7. Windows color (decimal): -5256094 or 6474927. OLE color: 6474927.

HSL color Cylindrical-coordinate representation of color #AFCC62: hue angle of 76.42º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCC62 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 98 -
CMYK 0.14 0 0.52 0.2
HSL 76.42º 0.51% 0.59% -
HSV(B) 76.42º 0.52% 0.8% -
XYZ 41.48 53.18 19.63 -
YUV 183.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 175 204 98 0.14 0 0.52 0.2 76.42 0.51 0.59
Hex AF CC 62 E 0 34 14 4C 33 3B
Octal 257 314 142 16 0 64 24 114 63 73
Binary 10101111 11001100 1100010 1110 0 110100 10100 1001100 110011 111011

Color Harmonies of #AFCC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC62

Black with #AFCC62

Text Example


Text Example

White with #AFCC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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