Shades of Feijoa #ACD68A
Tints of Feijoa #ACD68A
RGB
CMYK
RGB Variations
Color information
#ACD68A (or 0xACD68A) is known color: Feijoa. HEX triplet: AC, D6 and 8A. RGB value is (172,214,138). Sum of RGB (Red+Green+Blue) = 172+214+138=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68A is #532975. Grayscale: #C1C1C1. Windows color (decimal): -5450102 or 9098924. OLE color: 9098924.
HSL color Cylindrical-coordinate representation of color #ACD68A: hue angle of 93.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD68A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 138 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.16 |
| HSL | 93.16º | 0.48% | 0.69% | - |
| HSV(B) | 93.16º | 0.36% | 0.84% | - |
| XYZ | 45.65 | 58.7 | 32.97 | - |
| YUV | 192.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 138 | 0.20 | 0 | 0.36 | 0.16 | 93.16 | 0.48 | 0.69 |
| Hex | AC | D6 | 8A | 14 | 0 | 24 | 10 | 5D | 30 | 45 |
| Octal | 254 | 326 | 212 | 24 | 0 | 44 | 20 | 135 | 60 | 105 |
| Binary | 10101100 | 11010110 | 10001010 | 10100 | 0 | 100100 | 10000 | 1011101 | 110000 | 1000101 |
Color Harmonies of #ACD68A
Complementary color
Monochromatic Colors of #ACD68A
Black with #ACD68A
Text Example
Text Example
White with #ACD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD68A; }
p { color: rgb(172,214,138); }
H1.HeaderClassName
{
color: #ACD68A;
}
.AnyTagClassName
{
color: #ACD68A;
}
</style>
background-color css
<style>
a { background-color: #ACD68A; }
a { background-color: rgb(172,214,138); }
div.DivClassName
{
background-color: #ACD68A;
}
.BgClassName
{
background-color: #ACD68A;
}
</style>
border-color css
<style>
span { border-color: #ACD68A; }
span { border-color: rgb(172,214,138); }
td.TdClassName
{
border-color: #ACD68A;
}
.TagClassName
{
border-color: #ACD68A;
}
</style>