Shades of Feijoa #ADF38A
Tints of Feijoa #ADF38A
RGB
CMYK
RGB Variations
Color information
#ADF38A (or 0xADF38A) is known color: Feijoa. HEX triplet: AD, F3 and 8A. RGB value is (173,243,138). Sum of RGB (Red+Green+Blue) = 173+243+138=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF38A is #520C75. Grayscale: #D2D2D2. Windows color (decimal): -5377142 or 9106349. OLE color: 9106349.
HSL color Cylindrical-coordinate representation of color #ADF38A: hue angle of 100º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADF38A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 138 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.05 |
| HSL | 100º | 0.81% | 0.75% | - |
| HSV(B) | 100º | 0.43% | 0.95% | - |
| XYZ | 53.87 | 74.82 | 35.65 | - |
| YUV | 210.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 138 | 0.29 | 0 | 0.43 | 0.05 | 100 | 0.81 | 0.75 |
| Hex | AD | F3 | 8A | 1D | 0 | 2B | 5 | 64 | 51 | 4B |
| Octal | 255 | 363 | 212 | 35 | 0 | 53 | 5 | 144 | 121 | 113 |
| Binary | 10101101 | 11110011 | 10001010 | 11101 | 0 | 101011 | 101 | 1100100 | 1010001 | 1001011 |
Color Harmonies of #ADF38A
Complementary color
Monochromatic Colors of #ADF38A
Black with #ADF38A
Text Example
Text Example
White with #ADF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF38A; }
p { color: rgb(173,243,138); }
H1.HeaderClassName
{
color: #ADF38A;
}
.AnyTagClassName
{
color: #ADF38A;
}
</style>
background-color css
<style>
a { background-color: #ADF38A; }
a { background-color: rgb(173,243,138); }
div.DivClassName
{
background-color: #ADF38A;
}
.BgClassName
{
background-color: #ADF38A;
}
</style>
border-color css
<style>
span { border-color: #ADF38A; }
span { border-color: rgb(173,243,138); }
td.TdClassName
{
border-color: #ADF38A;
}
.TagClassName
{
border-color: #ADF38A;
}
</style>