Shades of Feijoa #ADF27B
Tints of Feijoa #ADF27B
RGB
CMYK
RGB Variations
Color information
#ADF27B (or 0xADF27B) is known color: Feijoa. HEX triplet: AD, F2 and 7B. RGB value is (173,242,123). Sum of RGB (Red+Green+Blue) = 173+242+123=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF27B is #520D84. Grayscale: #D0D0D0. Windows color (decimal): -5377413 or 8123053. OLE color: 8123053.
HSL color Cylindrical-coordinate representation of color #ADF27B: hue angle of 94.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF27B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 123 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 94.79º | 0.82% | 0.72% | - |
| HSV(B) | 94.79º | 0.49% | 0.95% | - |
| XYZ | 52.56 | 73.82 | 30.22 | - |
| YUV | 207.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 123 | 0.29 | 0 | 0.49 | 0.05 | 94.79 | 0.82 | 0.72 |
| Hex | AD | F2 | 7B | 1D | 0 | 31 | 5 | 5F | 52 | 48 |
| Octal | 255 | 362 | 173 | 35 | 0 | 61 | 5 | 137 | 122 | 110 |
| Binary | 10101101 | 11110010 | 1111011 | 11101 | 0 | 110001 | 101 | 1011111 | 1010010 | 1001000 |
Color Harmonies of #ADF27B
Complementary color
Monochromatic Colors of #ADF27B
Black with #ADF27B
Text Example
Text Example
White with #ADF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF27B; }
p { color: rgb(173,242,123); }
H1.HeaderClassName
{
color: #ADF27B;
}
.AnyTagClassName
{
color: #ADF27B;
}
</style>
background-color css
<style>
a { background-color: #ADF27B; }
a { background-color: rgb(173,242,123); }
div.DivClassName
{
background-color: #ADF27B;
}
.BgClassName
{
background-color: #ADF27B;
}
</style>
border-color css
<style>
span { border-color: #ADF27B; }
span { border-color: rgb(173,242,123); }
td.TdClassName
{
border-color: #ADF27B;
}
.TagClassName
{
border-color: #ADF27B;
}
</style>