Shades of Feijoa #A8DC75
Tints of Feijoa #A8DC75
RGB
CMYK
RGB Variations
Color information
#A8DC75 (or 0xA8DC75) is known color: Feijoa. HEX triplet: A8, DC and 75. RGB value is (168,220,117). Sum of RGB (Red+Green+Blue) = 168+220+117=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC75 is #57238A. Grayscale: #C1C1C1. Windows color (decimal): -5710731 or 7724200. OLE color: 7724200.
HSL color Cylindrical-coordinate representation of color #A8DC75: hue angle of 90.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8DC75 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 220 | 117 | - |
CMYK | 0.24 | 0 | 0.47 | 0.14 |
HSL | 90.29º | 0.6% | 0.66% | - |
HSV(B) | 90.29º | 0.47% | 0.86% | - |
XYZ | 44.95 | 60.8 | 26.2 | - |
YUV | 192.71 | 85.27 | 110.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 220 | 117 | 0.24 | 0 | 0.47 | 0.14 | 90.29 | 0.6 | 0.66 |
Hex | A8 | DC | 75 | 18 | 0 | 2F | E | 5A | 3C | 42 |
Octal | 250 | 334 | 165 | 30 | 0 | 57 | 16 | 132 | 74 | 102 |
Binary | 10101000 | 11011100 | 1110101 | 11000 | 0 | 101111 | 1110 | 1011010 | 111100 | 1000010 |
Color Harmonies of #A8DC75
Complementary color
Monochromatic Colors of #A8DC75
Black with #A8DC75
Text Example
Text Example
White with #A8DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC75; }
p { color: rgb(168,220,117); }
H1.HeaderClassName
{
color: #A8DC75;
}
.AnyTagClassName
{
color: #A8DC75;
}
</style>
background-color css
<style>
a { background-color: #A8DC75; }
a { background-color: rgb(168,220,117); }
div.DivClassName
{
background-color: #A8DC75;
}
.BgClassName
{
background-color: #A8DC75;
}
</style>
border-color css
<style>
span { border-color: #A8DC75; }
span { border-color: rgb(168,220,117); }
td.TdClassName
{
border-color: #A8DC75;
}
.TagClassName
{
border-color: #A8DC75;
}
</style>