Shades of Green Spring #AFB298
Tints of Green Spring #AFB298
RGB
CMYK
RGB Variations
Color information
#AFB298 (or 0xAFB298) is known color: Green Spring. HEX triplet: AF, B2 and 98. RGB value is (175,178,152). Sum of RGB (Red+Green+Blue) = 175+178+152=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB298 is #504D67. Grayscale: #AEAEAE. Windows color (decimal): -5262696 or 10007215. OLE color: 10007215.
HSL color Cylindrical-coordinate representation of color #AFB298: hue angle of 66.92º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB298 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 152 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.30 |
| HSL | 66.92º | 0.14% | 0.65% | - |
| HSV(B) | 66.92º | 0.15% | 0.7% | - |
| XYZ | 39.27 | 43.22 | 35.98 | - |
| YUV | 174.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 152 | 0.02 | 0 | 0.15 | 0.30 | 66.92 | 0.14 | 0.65 |
| Hex | AF | B2 | 98 | 2 | 0 | F | 1E | 43 | E | 41 |
| Octal | 257 | 262 | 230 | 2 | 0 | 17 | 36 | 103 | 16 | 101 |
| Binary | 10101111 | 10110010 | 10011000 | 10 | 0 | 1111 | 11110 | 1000011 | 1110 | 1000001 |
Color Harmonies of #AFB298
Complementary color
Monochromatic Colors of #AFB298
Black with #AFB298
Text Example
Text Example
White with #AFB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB298; }
p { color: rgb(175,178,152); }
H1.HeaderClassName
{
color: #AFB298;
}
.AnyTagClassName
{
color: #AFB298;
}
</style>
background-color css
<style>
a { background-color: #AFB298; }
a { background-color: rgb(175,178,152); }
div.DivClassName
{
background-color: #AFB298;
}
.BgClassName
{
background-color: #AFB298;
}
</style>
border-color css
<style>
span { border-color: #AFB298; }
span { border-color: rgb(175,178,152); }
td.TdClassName
{
border-color: #AFB298;
}
.TagClassName
{
border-color: #AFB298;
}
</style>