Shades of Feijoa #A8F36B
Tints of Feijoa #A8F36B
RGB
CMYK
RGB Variations
Color information
#A8F36B (or 0xA8F36B) is known color: Feijoa. HEX triplet: A8, F3 and 6B. RGB value is (168,243,107). Sum of RGB (Red+Green+Blue) = 168+243+107=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F36B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F36B is #570C94. Grayscale: #CDCDCD. Windows color (decimal): -5704853 or 7074728. OLE color: 7074728.
HSL color Cylindrical-coordinate representation of color #A8F36B: hue angle of 93.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8F36B is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 107 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.05 |
| HSL | 93.09º | 0.85% | 0.69% | - |
| HSV(B) | 93.09º | 0.56% | 0.95% | - |
| XYZ | 50.85 | 73.49 | 25.41 | - |
| YUV | 205.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 107 | 0.31 | 0 | 0.56 | 0.05 | 93.09 | 0.85 | 0.69 |
| Hex | A8 | F3 | 6B | 1F | 0 | 38 | 5 | 5D | 55 | 45 |
| Octal | 250 | 363 | 153 | 37 | 0 | 70 | 5 | 135 | 125 | 105 |
| Binary | 10101000 | 11110011 | 1101011 | 11111 | 0 | 111000 | 101 | 1011101 | 1010101 | 1000101 |
Color Harmonies of #A8F36B
Complementary color
Monochromatic Colors of #A8F36B
Black with #A8F36B
Text Example
Text Example
White with #A8F36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F36B; }
p { color: rgb(168,243,107); }
H1.HeaderClassName
{
color: #A8F36B;
}
.AnyTagClassName
{
color: #A8F36B;
}
</style>
background-color css
<style>
a { background-color: #A8F36B; }
a { background-color: rgb(168,243,107); }
div.DivClassName
{
background-color: #A8F36B;
}
.BgClassName
{
background-color: #A8F36B;
}
</style>
border-color css
<style>
span { border-color: #A8F36B; }
span { border-color: rgb(168,243,107); }
td.TdClassName
{
border-color: #A8F36B;
}
.TagClassName
{
border-color: #A8F36B;
}
</style>