Html Css Color HEX #AFC59F Sprout

📋 copy color: '#AFC59F'

red 175 ◦ green 197 ◦ blue 159

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

Shades of Sprout #AFC59F

Tints of Sprout #AFC59F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 32.96%
G = 37.1%
B = 29.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#AFC59F (or 0xAFC59F) is known color: Sprout. HEX triplet: AF, C5 and 9F. RGB value is (175,197,159). Sum of RGB (Red+Green+Blue) = 175+197+159=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59F is #503A60. Grayscale: #BABABA. Windows color (decimal): -5257825 or 10470831. OLE color: 10470831.

HSL color Cylindrical-coordinate representation of color #AFC59F: hue angle of 94.74º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC59F is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 159 -
CMYK 0.11 0 0.19 0.23
HSL 94.74º 0.25% 0.7% -
HSV(B) 94.74º 0.19% 0.77% -
XYZ 43.9 51.55 40.44 -
YUV 186.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 175 197 159 0.11 0 0.19 0.23 94.74 0.25 0.7
Hex AF C5 9F B 0 13 17 5F 19 46
Octal 257 305 237 13 0 23 27 137 31 106
Binary 10101111 11000101 10011111 1011 0 10011 10111 1011111 11001 1000110

Color Harmonies of #AFC59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC59F

Black with #AFC59F

Text Example


Text Example

White with #AFC59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC59F; }

 p { color: rgb(175,197,159); }

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

background-color css

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

 a { background-color: rgb(175,197,159); }

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

border-color css

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

 span { border-color: rgb(175,197,159); }

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