Shades of Feijoa #ACDA97
Tints of Feijoa #ACDA97
RGB
CMYK
RGB Variations
Color information
#ACDA97 (or 0xACDA97) is known color: Feijoa. HEX triplet: AC, DA and 97. RGB value is (172,218,151). Sum of RGB (Red+Green+Blue) = 172+218+151=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA97 is #532568. Grayscale: #C4C4C4. Windows color (decimal): -5449065 or 9951916. OLE color: 9951916.
HSL color Cylindrical-coordinate representation of color #ACDA97: hue angle of 101.19º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDA97 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 151 | - |
CMYK | 0.21 | 0 | 0.31 | 0.15 |
HSL | 101.19º | 0.48% | 0.72% | - |
HSV(B) | 101.19º | 0.31% | 0.85% | - |
XYZ | 47.67 | 61.15 | 38.57 | - |
YUV | 196.61 | 102.26 | 110.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 151 | 0.21 | 0 | 0.31 | 0.15 | 101.19 | 0.48 | 0.72 |
Hex | AC | DA | 97 | 15 | 0 | 1F | F | 65 | 30 | 48 |
Octal | 254 | 332 | 227 | 25 | 0 | 37 | 17 | 145 | 60 | 110 |
Binary | 10101100 | 11011010 | 10010111 | 10101 | 0 | 11111 | 1111 | 1100101 | 110000 | 1001000 |
Color Harmonies of #ACDA97
Complementary color
Monochromatic Colors of #ACDA97
Black with #ACDA97
Text Example
Text Example
White with #ACDA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA97; }
p { color: rgb(172,218,151); }
H1.HeaderClassName
{
color: #ACDA97;
}
.AnyTagClassName
{
color: #ACDA97;
}
</style>
background-color css
<style>
a { background-color: #ACDA97; }
a { background-color: rgb(172,218,151); }
div.DivClassName
{
background-color: #ACDA97;
}
.BgClassName
{
background-color: #ACDA97;
}
</style>
border-color css
<style>
span { border-color: #ACDA97; }
span { border-color: rgb(172,218,151); }
td.TdClassName
{
border-color: #ACDA97;
}
.TagClassName
{
border-color: #ACDA97;
}
</style>