Shades of Feijoa #ACF27D
Tints of Feijoa #ACF27D
RGB
CMYK
RGB Variations
Color information
#ACF27D (or 0xACF27D) is known color: Feijoa. HEX triplet: AC, F2 and 7D. RGB value is (172,242,125). Sum of RGB (Red+Green+Blue) = 172+242+125=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF27D is #530D82. Grayscale: #D0D0D0. Windows color (decimal): -5442947 or 8254124. OLE color: 8254124.
HSL color Cylindrical-coordinate representation of color #ACF27D: hue angle of 95.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF27D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 125 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.05 |
| HSL | 95.9º | 0.82% | 0.72% | - |
| HSV(B) | 95.9º | 0.48% | 0.95% | - |
| XYZ | 52.47 | 73.76 | 30.87 | - |
| YUV | 207.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 125 | 0.29 | 0 | 0.48 | 0.05 | 95.9 | 0.82 | 0.72 |
| Hex | AC | F2 | 7D | 1D | 0 | 30 | 5 | 60 | 52 | 48 |
| Octal | 254 | 362 | 175 | 35 | 0 | 60 | 5 | 140 | 122 | 110 |
| Binary | 10101100 | 11110010 | 1111101 | 11101 | 0 | 110000 | 101 | 1100000 | 1010010 | 1001000 |
Color Harmonies of #ACF27D
Complementary color
Monochromatic Colors of #ACF27D
Black with #ACF27D
Text Example
Text Example
White with #ACF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF27D; }
p { color: rgb(172,242,125); }
H1.HeaderClassName
{
color: #ACF27D;
}
.AnyTagClassName
{
color: #ACF27D;
}
</style>
background-color css
<style>
a { background-color: #ACF27D; }
a { background-color: rgb(172,242,125); }
div.DivClassName
{
background-color: #ACF27D;
}
.BgClassName
{
background-color: #ACF27D;
}
</style>
border-color css
<style>
span { border-color: #ACF27D; }
span { border-color: rgb(172,242,125); }
td.TdClassName
{
border-color: #ACF27D;
}
.TagClassName
{
border-color: #ACF27D;
}
</style>