Shades of Feijoa #ADF67B
Tints of Feijoa #ADF67B
RGB
CMYK
RGB Variations
Color information
#ADF67B (or 0xADF67B) is known color: Feijoa. HEX triplet: AD, F6 and 7B. RGB value is (173,246,123). Sum of RGB (Red+Green+Blue) = 173+246+123=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67B is #520984. Grayscale: #D2D2D2. Windows color (decimal): -5376389 or 8124077. OLE color: 8124077.
HSL color Cylindrical-coordinate representation of color #ADF67B: hue angle of 95.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF67B is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 123 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.04 |
| HSL | 95.61º | 0.87% | 0.72% | - |
| HSV(B) | 95.61º | 0.5% | 0.96% | - |
| XYZ | 53.76 | 76.23 | 30.62 | - |
| YUV | 210.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 123 | 0.30 | 0 | 0.50 | 0.04 | 95.61 | 0.87 | 0.72 |
| Hex | AD | F6 | 7B | 1E | 0 | 32 | 4 | 60 | 57 | 48 |
| Octal | 255 | 366 | 173 | 36 | 0 | 62 | 4 | 140 | 127 | 110 |
| Binary | 10101101 | 11110110 | 1111011 | 11110 | 0 | 110010 | 100 | 1100000 | 1010111 | 1001000 |
Color Harmonies of #ADF67B
Complementary color
Monochromatic Colors of #ADF67B
Black with #ADF67B
Text Example
Text Example
White with #ADF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF67B; }
p { color: rgb(173,246,123); }
H1.HeaderClassName
{
color: #ADF67B;
}
.AnyTagClassName
{
color: #ADF67B;
}
</style>
background-color css
<style>
a { background-color: #ADF67B; }
a { background-color: rgb(173,246,123); }
div.DivClassName
{
background-color: #ADF67B;
}
.BgClassName
{
background-color: #ADF67B;
}
</style>
border-color css
<style>
span { border-color: #ADF67B; }
span { border-color: rgb(173,246,123); }
td.TdClassName
{
border-color: #ADF67B;
}
.TagClassName
{
border-color: #ADF67B;
}
</style>