Shades of Feijoa #A8CD7E
Tints of Feijoa #A8CD7E
RGB
CMYK
RGB Variations
Color information
#A8CD7E (or 0xA8CD7E) is known color: Feijoa. HEX triplet: A8, CD and 7E. RGB value is (168,205,126). Sum of RGB (Red+Green+Blue) = 168+205+126=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD7E is #573281. Grayscale: #B9B9B9. Windows color (decimal): -5714562 or 8310184. OLE color: 8310184.
HSL color Cylindrical-coordinate representation of color #A8CD7E: hue angle of 88.1º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8CD7E is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 205 | 126 | - |
CMYK | 0.18 | 0 | 0.39 | 0.20 |
HSL | 88.1º | 0.44% | 0.65% | - |
HSV(B) | 88.1º | 0.39% | 0.8% | - |
XYZ | 41.75 | 53.49 | 27.86 | - |
YUV | 184.93 | 94.74 | 115.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 205 | 126 | 0.18 | 0 | 0.39 | 0.20 | 88.1 | 0.44 | 0.65 |
Hex | A8 | CD | 7E | 12 | 0 | 27 | 14 | 58 | 2C | 41 |
Octal | 250 | 315 | 176 | 22 | 0 | 47 | 24 | 130 | 54 | 101 |
Binary | 10101000 | 11001101 | 1111110 | 10010 | 0 | 100111 | 10100 | 1011000 | 101100 | 1000001 |
Color Harmonies of #A8CD7E
Complementary color
Monochromatic Colors of #A8CD7E
Black with #A8CD7E
Text Example
Text Example
White with #A8CD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD7E; }
p { color: rgb(168,205,126); }
H1.HeaderClassName
{
color: #A8CD7E;
}
.AnyTagClassName
{
color: #A8CD7E;
}
</style>
background-color css
<style>
a { background-color: #A8CD7E; }
a { background-color: rgb(168,205,126); }
div.DivClassName
{
background-color: #A8CD7E;
}
.BgClassName
{
background-color: #A8CD7E;
}
</style>
border-color css
<style>
span { border-color: #A8CD7E; }
span { border-color: rgb(168,205,126); }
td.TdClassName
{
border-color: #A8CD7E;
}
.TagClassName
{
border-color: #A8CD7E;
}
</style>