Shades of Feijoa #ACF97B
Tints of Feijoa #ACF97B
RGB
CMYK
RGB Variations
Color information
#ACF97B (or 0xACF97B) is known color: Feijoa. HEX triplet: AC, F9 and 7B. RGB value is (172,249,123). Sum of RGB (Red+Green+Blue) = 172+249+123=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97B is #530684. Grayscale: #D4D4D4. Windows color (decimal): -5441157 or 8124844. OLE color: 8124844.
HSL color Cylindrical-coordinate representation of color #ACF97B: hue angle of 96.67º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF97B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 249 | 123 | - |
CMYK | 0.31 | 0 | 0.51 | 0.02 |
HSL | 96.67º | 0.91% | 0.73% | - |
HSV(B) | 96.67º | 0.51% | 0.98% | - |
XYZ | 54.46 | 77.95 | 30.91 | - |
YUV | 211.61 | 77.99 | 99.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 249 | 123 | 0.31 | 0 | 0.51 | 0.02 | 96.67 | 0.91 | 0.73 |
Hex | AC | F9 | 7B | 1F | 0 | 33 | 2 | 61 | 5B | 49 |
Octal | 254 | 371 | 173 | 37 | 0 | 63 | 2 | 141 | 133 | 111 |
Binary | 10101100 | 11111001 | 1111011 | 11111 | 0 | 110011 | 10 | 1100001 | 1011011 | 1001001 |
Color Harmonies of #ACF97B
Complementary color
Monochromatic Colors of #ACF97B
Black with #ACF97B
Text Example
Text Example
White with #ACF97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF97B; }
p { color: rgb(172,249,123); }
H1.HeaderClassName
{
color: #ACF97B;
}
.AnyTagClassName
{
color: #ACF97B;
}
</style>
background-color css
<style>
a { background-color: #ACF97B; }
a { background-color: rgb(172,249,123); }
div.DivClassName
{
background-color: #ACF97B;
}
.BgClassName
{
background-color: #ACF97B;
}
</style>
border-color css
<style>
span { border-color: #ACF97B; }
span { border-color: rgb(172,249,123); }
td.TdClassName
{
border-color: #ACF97B;
}
.TagClassName
{
border-color: #ACF97B;
}
</style>