Shades of Feijoa #ACD58B
Tints of Feijoa #ACD58B
RGB
CMYK
RGB Variations
Color information
#ACD58B (or 0xACD58B) is known color: Feijoa. HEX triplet: AC, D5 and 8B. RGB value is (172,213,139). Sum of RGB (Red+Green+Blue) = 172+213+139=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58B is #532A74. Grayscale: #C0C0C0. Windows color (decimal): -5450357 or 9164204. OLE color: 9164204.
HSL color Cylindrical-coordinate representation of color #ACD58B: hue angle of 93.24º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD58B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 139 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.16 |
| HSL | 93.24º | 0.47% | 0.69% | - |
| HSV(B) | 93.24º | 0.35% | 0.84% | - |
| XYZ | 45.47 | 58.22 | 33.27 | - |
| YUV | 192.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 139 | 0.19 | 0 | 0.35 | 0.16 | 93.24 | 0.47 | 0.69 |
| Hex | AC | D5 | 8B | 13 | 0 | 23 | 10 | 5D | 2F | 45 |
| Octal | 254 | 325 | 213 | 23 | 0 | 43 | 20 | 135 | 57 | 105 |
| Binary | 10101100 | 11010101 | 10001011 | 10011 | 0 | 100011 | 10000 | 1011101 | 101111 | 1000101 |
Color Harmonies of #ACD58B
Complementary color
Monochromatic Colors of #ACD58B
Black with #ACD58B
Text Example
Text Example
White with #ACD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD58B; }
p { color: rgb(172,213,139); }
H1.HeaderClassName
{
color: #ACD58B;
}
.AnyTagClassName
{
color: #ACD58B;
}
</style>
background-color css
<style>
a { background-color: #ACD58B; }
a { background-color: rgb(172,213,139); }
div.DivClassName
{
background-color: #ACD58B;
}
.BgClassName
{
background-color: #ACD58B;
}
</style>
border-color css
<style>
span { border-color: #ACD58B; }
span { border-color: rgb(172,213,139); }
td.TdClassName
{
border-color: #ACD58B;
}
.TagClassName
{
border-color: #ACD58B;
}
</style>