Shades of Sprout #AFCE9A
Tints of Sprout #AFCE9A
RGB
CMYK
RGB Variations
Color information
#AFCE9A (or 0xAFCE9A) is known color: Sprout. HEX triplet: AF, CE and 9A. RGB value is (175,206,154). Sum of RGB (Red+Green+Blue) = 175+206+154=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE9A is #503165. Grayscale: #BEBEBE. Windows color (decimal): -5255526 or 10145455. OLE color: 10145455.
HSL color Cylindrical-coordinate representation of color #AFCE9A: hue angle of 95.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCE9A is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 154 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.19 |
| HSL | 95.77º | 0.35% | 0.71% | - |
| HSV(B) | 95.77º | 0.25% | 0.81% | - |
| XYZ | 45.58 | 55.59 | 38.9 | - |
| YUV | 190.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 154 | 0.15 | 0 | 0.25 | 0.19 | 95.77 | 0.35 | 0.71 |
| Hex | AF | CE | 9A | F | 0 | 19 | 13 | 60 | 23 | 47 |
| Octal | 257 | 316 | 232 | 17 | 0 | 31 | 23 | 140 | 43 | 107 |
| Binary | 10101111 | 11001110 | 10011010 | 1111 | 0 | 11001 | 10011 | 1100000 | 100011 | 1000111 |
Color Harmonies of #AFCE9A
Complementary color
Monochromatic Colors of #AFCE9A
Black with #AFCE9A
Text Example
Text Example
White with #AFCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE9A; }
p { color: rgb(175,206,154); }
H1.HeaderClassName
{
color: #AFCE9A;
}
.AnyTagClassName
{
color: #AFCE9A;
}
</style>
background-color css
<style>
a { background-color: #AFCE9A; }
a { background-color: rgb(175,206,154); }
div.DivClassName
{
background-color: #AFCE9A;
}
.BgClassName
{
background-color: #AFCE9A;
}
</style>
border-color css
<style>
span { border-color: #AFCE9A; }
span { border-color: rgb(175,206,154); }
td.TdClassName
{
border-color: #AFCE9A;
}
.TagClassName
{
border-color: #AFCE9A;
}
</style>