Shades of Feijoa #ADF388
Tints of Feijoa #ADF388
RGB
CMYK
RGB Variations
Color information
#ADF388 (or 0xADF388) is known color: Feijoa. HEX triplet: AD, F3 and 88. RGB value is (173,243,136). Sum of RGB (Red+Green+Blue) = 173+243+136=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF388 is #520C77. Grayscale: #D2D2D2. Windows color (decimal): -5377144 or 8975277. OLE color: 8975277.
HSL color Cylindrical-coordinate representation of color #ADF388: hue angle of 99.25º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF388 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 136 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.05 |
| HSL | 99.25º | 0.82% | 0.74% | - |
| HSV(B) | 99.25º | 0.44% | 0.95% | - |
| XYZ | 53.73 | 74.76 | 34.89 | - |
| YUV | 209.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 136 | 0.29 | 0 | 0.44 | 0.05 | 99.25 | 0.82 | 0.74 |
| Hex | AD | F3 | 88 | 1D | 0 | 2C | 5 | 63 | 52 | 4A |
| Octal | 255 | 363 | 210 | 35 | 0 | 54 | 5 | 143 | 122 | 112 |
| Binary | 10101101 | 11110011 | 10001000 | 11101 | 0 | 101100 | 101 | 1100011 | 1010010 | 1001010 |
Color Harmonies of #ADF388
Complementary color
Monochromatic Colors of #ADF388
Black with #ADF388
Text Example
Text Example
White with #ADF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF388; }
p { color: rgb(173,243,136); }
H1.HeaderClassName
{
color: #ADF388;
}
.AnyTagClassName
{
color: #ADF388;
}
</style>
background-color css
<style>
a { background-color: #ADF388; }
a { background-color: rgb(173,243,136); }
div.DivClassName
{
background-color: #ADF388;
}
.BgClassName
{
background-color: #ADF388;
}
</style>
border-color css
<style>
span { border-color: #ADF388; }
span { border-color: rgb(173,243,136); }
td.TdClassName
{
border-color: #ADF388;
}
.TagClassName
{
border-color: #ADF388;
}
</style>