Shades of Feijoa #A2CE78
Tints of Feijoa #A2CE78
RGB
CMYK
RGB Variations
Color information
#A2CE78 (or 0xA2CE78) is known color: Feijoa. HEX triplet: A2, CE and 78. RGB value is (162,206,120). Sum of RGB (Red+Green+Blue) = 162+206+120=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE78 is #5D3187. Grayscale: #B7B7B7. Windows color (decimal): -6107528 or 7917218. OLE color: 7917218.
HSL color Cylindrical-coordinate representation of color #A2CE78: hue angle of 90.7º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2CE78 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 120 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.19 |
| HSL | 90.7º | 0.47% | 0.64% | - |
| HSV(B) | 90.7º | 0.42% | 0.81% | - |
| XYZ | 40.36 | 53.18 | 25.91 | - |
| YUV | 183.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 120 | 0.21 | 0 | 0.42 | 0.19 | 90.7 | 0.47 | 0.64 |
| Hex | A2 | CE | 78 | 15 | 0 | 2A | 13 | 5B | 2F | 40 |
| Octal | 242 | 316 | 170 | 25 | 0 | 52 | 23 | 133 | 57 | 100 |
| Binary | 10100010 | 11001110 | 1111000 | 10101 | 0 | 101010 | 10011 | 1011011 | 101111 | 1000000 |
Color Harmonies of #A2CE78
Complementary color
Monochromatic Colors of #A2CE78
Black with #A2CE78
Text Example
Text Example
White with #A2CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE78; }
p { color: rgb(162,206,120); }
H1.HeaderClassName
{
color: #A2CE78;
}
.AnyTagClassName
{
color: #A2CE78;
}
</style>
background-color css
<style>
a { background-color: #A2CE78; }
a { background-color: rgb(162,206,120); }
div.DivClassName
{
background-color: #A2CE78;
}
.BgClassName
{
background-color: #A2CE78;
}
</style>
border-color css
<style>
span { border-color: #A2CE78; }
span { border-color: rgb(162,206,120); }
td.TdClassName
{
border-color: #A2CE78;
}
.TagClassName
{
border-color: #A2CE78;
}
</style>