Html Css Color HEX #AFCC5E Wild Willow

📋 copy color: '#AFCC5E'

red 175 ◦ green 204 ◦ blue 94

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

Shades of Wild Willow #AFCC5E

Tints of Wild Willow #AFCC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.87%

R = 37%
G = 43.13%
B = 19.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#AFCC5E (or 0xAFCC5E) is known color: Wild Willow. HEX triplet: AF, CC and 5E. RGB value is (175,204,94). Sum of RGB (Red+Green+Blue) = 175+204+94=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC5E is #5033A1. Grayscale: #B7B7B7. Windows color (decimal): -5256098 or 6212783. OLE color: 6212783.

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

Color convert

RGB 175 204 94 -
CMYK 0.14 0 0.54 0.2
HSL 75.82º 0.52% 0.58% -
HSV(B) 75.82º 0.54% 0.8% -
XYZ 41.29 53.11 18.66 -
YUV 182.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 175 204 94 0.14 0 0.54 0.2 75.82 0.52 0.58
Hex AF CC 5E E 0 36 14 4C 34 3A
Octal 257 314 136 16 0 66 24 114 64 72
Binary 10101111 11001100 1011110 1110 0 110110 10100 1001100 110100 111010

Color Harmonies of #AFCC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC5E

Black with #AFCC5E

Text Example


Text Example

White with #AFCC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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