Shades of Feijoa #ACF28A
Tints of Feijoa #ACF28A
RGB
CMYK
RGB Variations
Color information
#ACF28A (or 0xACF28A) is known color: Feijoa. HEX triplet: AC, F2 and 8A. RGB value is (172,242,138). Sum of RGB (Red+Green+Blue) = 172+242+138=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF28A is #530D75. Grayscale: #D1D1D1. Windows color (decimal): -5442934 or 9106092. OLE color: 9106092.
HSL color Cylindrical-coordinate representation of color #ACF28A: hue angle of 100.38º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF28A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 138 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.05 |
| HSL | 100.38º | 0.8% | 0.75% | - |
| HSV(B) | 100.38º | 0.43% | 0.95% | - |
| XYZ | 53.35 | 74.11 | 35.54 | - |
| YUV | 209.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 138 | 0.29 | 0 | 0.43 | 0.05 | 100.38 | 0.8 | 0.75 |
| Hex | AC | F2 | 8A | 1D | 0 | 2B | 5 | 64 | 50 | 4B |
| Octal | 254 | 362 | 212 | 35 | 0 | 53 | 5 | 144 | 120 | 113 |
| Binary | 10101100 | 11110010 | 10001010 | 11101 | 0 | 101011 | 101 | 1100100 | 1010000 | 1001011 |
Color Harmonies of #ACF28A
Complementary color
Monochromatic Colors of #ACF28A
Black with #ACF28A
Text Example
Text Example
White with #ACF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF28A; }
p { color: rgb(172,242,138); }
H1.HeaderClassName
{
color: #ACF28A;
}
.AnyTagClassName
{
color: #ACF28A;
}
</style>
background-color css
<style>
a { background-color: #ACF28A; }
a { background-color: rgb(172,242,138); }
div.DivClassName
{
background-color: #ACF28A;
}
.BgClassName
{
background-color: #ACF28A;
}
</style>
border-color css
<style>
span { border-color: #ACF28A; }
span { border-color: rgb(172,242,138); }
td.TdClassName
{
border-color: #ACF28A;
}
.TagClassName
{
border-color: #ACF28A;
}
</style>