Shades of Feijoa #ACF97D
Tints of Feijoa #ACF97D
RGB
CMYK
RGB Variations
Color information
#ACF97D (or 0xACF97D) is known color: Feijoa. HEX triplet: AC, F9 and 7D. RGB value is (172,249,125). Sum of RGB (Red+Green+Blue) = 172+249+125=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97D is #530682. Grayscale: #D4D4D4. Windows color (decimal): -5441155 or 8255916. OLE color: 8255916.
HSL color Cylindrical-coordinate representation of color #ACF97D: hue angle of 97.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF97D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 249 | 125 | - |
CMYK | 0.31 | 0 | 0.50 | 0.02 |
HSL | 97.26º | 0.91% | 0.73% | - |
HSV(B) | 97.26º | 0.5% | 0.98% | - |
XYZ | 54.59 | 78 | 31.58 | - |
YUV | 211.84 | 78.99 | 99.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 249 | 125 | 0.31 | 0 | 0.50 | 0.02 | 97.26 | 0.91 | 0.73 |
Hex | AC | F9 | 7D | 1F | 0 | 32 | 2 | 61 | 5B | 49 |
Octal | 254 | 371 | 175 | 37 | 0 | 62 | 2 | 141 | 133 | 111 |
Binary | 10101100 | 11111001 | 1111101 | 11111 | 0 | 110010 | 10 | 1100001 | 1011011 | 1001001 |
Color Harmonies of #ACF97D
Complementary color
Monochromatic Colors of #ACF97D
Black with #ACF97D
Text Example
Text Example
White with #ACF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF97D; }
p { color: rgb(172,249,125); }
H1.HeaderClassName
{
color: #ACF97D;
}
.AnyTagClassName
{
color: #ACF97D;
}
</style>
background-color css
<style>
a { background-color: #ACF97D; }
a { background-color: rgb(172,249,125); }
div.DivClassName
{
background-color: #ACF97D;
}
.BgClassName
{
background-color: #ACF97D;
}
</style>
border-color css
<style>
span { border-color: #ACF97D; }
span { border-color: rgb(172,249,125); }
td.TdClassName
{
border-color: #ACF97D;
}
.TagClassName
{
border-color: #ACF97D;
}
</style>