Shades of Feijoa #AFE27D
Tints of Feijoa #AFE27D
RGB
CMYK
RGB Variations
Color information
#AFE27D (or 0xAFE27D) is known color: Feijoa. HEX triplet: AF, E2 and 7D. RGB value is (175,226,125). Sum of RGB (Red+Green+Blue) = 175+226+125=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE27D is #501D82. Grayscale: #C7C7C7. Windows color (decimal): -5250435 or 8250031. OLE color: 8250031.
HSL color Cylindrical-coordinate representation of color #AFE27D: hue angle of 90.3º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE27D is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 125 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.11 |
| HSL | 90.3º | 0.64% | 0.69% | - |
| HSV(B) | 90.3º | 0.45% | 0.89% | - |
| XYZ | 48.58 | 64.99 | 29.39 | - |
| YUV | 199.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 125 | 0.23 | 0 | 0.45 | 0.11 | 90.3 | 0.64 | 0.69 |
| Hex | AF | E2 | 7D | 17 | 0 | 2D | B | 5A | 40 | 45 |
| Octal | 257 | 342 | 175 | 27 | 0 | 55 | 13 | 132 | 100 | 105 |
| Binary | 10101111 | 11100010 | 1111101 | 10111 | 0 | 101101 | 1011 | 1011010 | 1000000 | 1000101 |
Color Harmonies of #AFE27D
Complementary color
Monochromatic Colors of #AFE27D
Black with #AFE27D
Text Example
Text Example
White with #AFE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE27D; }
p { color: rgb(175,226,125); }
H1.HeaderClassName
{
color: #AFE27D;
}
.AnyTagClassName
{
color: #AFE27D;
}
</style>
background-color css
<style>
a { background-color: #AFE27D; }
a { background-color: rgb(175,226,125); }
div.DivClassName
{
background-color: #AFE27D;
}
.BgClassName
{
background-color: #AFE27D;
}
</style>
border-color css
<style>
span { border-color: #AFE27D; }
span { border-color: rgb(175,226,125); }
td.TdClassName
{
border-color: #AFE27D;
}
.TagClassName
{
border-color: #AFE27D;
}
</style>