Shades of Green Spring #ACAF9C
Tints of Green Spring #ACAF9C
RGB
CMYK
RGB Variations
Color information
#ACAF9C (or 0xACAF9C) is known color: Green Spring. HEX triplet: AC, AF and 9C. RGB value is (172,175,156). Sum of RGB (Red+Green+Blue) = 172+175+156=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF9C is #535063. Grayscale: #ACACAC. Windows color (decimal): -5460068 or 10268588. OLE color: 10268588.
HSL color Cylindrical-coordinate representation of color #ACAF9C: hue angle of 69.47º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAF9C is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 175 | 156 | - |
CMYK | 0.02 | 0 | 0.11 | 0.31 |
HSL | 69.47º | 0.11% | 0.65% | - |
HSV(B) | 69.47º | 0.11% | 0.69% | - |
XYZ | 38.34 | 41.83 | 37.51 | - |
YUV | 171.94 | 119.01 | 128.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 156 | 0.02 | 0 | 0.11 | 0.31 | 69.47 | 0.11 | 0.65 |
Hex | AC | AF | 9C | 2 | 0 | B | 1F | 45 | B | 41 |
Octal | 254 | 257 | 234 | 2 | 0 | 13 | 37 | 105 | 13 | 101 |
Binary | 10101100 | 10101111 | 10011100 | 10 | 0 | 1011 | 11111 | 1000101 | 1011 | 1000001 |
Color Harmonies of #ACAF9C
Complementary color
Monochromatic Colors of #ACAF9C
Black with #ACAF9C
Text Example
Text Example
White with #ACAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAF9C; }
p { color: rgb(172,175,156); }
H1.HeaderClassName
{
color: #ACAF9C;
}
.AnyTagClassName
{
color: #ACAF9C;
}
</style>
background-color css
<style>
a { background-color: #ACAF9C; }
a { background-color: rgb(172,175,156); }
div.DivClassName
{
background-color: #ACAF9C;
}
.BgClassName
{
background-color: #ACAF9C;
}
</style>
border-color css
<style>
span { border-color: #ACAF9C; }
span { border-color: rgb(172,175,156); }
td.TdClassName
{
border-color: #ACAF9C;
}
.TagClassName
{
border-color: #ACAF9C;
}
</style>