Shades of Feijoa #AFE38A
Tints of Feijoa #AFE38A
RGB
CMYK
RGB Variations
Color information
#AFE38A (or 0xAFE38A) is known color: Feijoa. HEX triplet: AF, E3 and 8A. RGB value is (175,227,138). Sum of RGB (Red+Green+Blue) = 175+227+138=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38A is #501C75. Grayscale: #C9C9C9. Windows color (decimal): -5250166 or 9102255. OLE color: 9102255.
HSL color Cylindrical-coordinate representation of color #AFE38A: hue angle of 95.06º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE38A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 138 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.11 |
| HSL | 95.06º | 0.61% | 0.72% | - |
| HSV(B) | 95.06º | 0.39% | 0.89% | - |
| XYZ | 49.74 | 65.89 | 34.14 | - |
| YUV | 201.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 138 | 0.23 | 0 | 0.39 | 0.11 | 95.06 | 0.61 | 0.72 |
| Hex | AF | E3 | 8A | 17 | 0 | 27 | B | 5F | 3D | 48 |
| Octal | 257 | 343 | 212 | 27 | 0 | 47 | 13 | 137 | 75 | 110 |
| Binary | 10101111 | 11100011 | 10001010 | 10111 | 0 | 100111 | 1011 | 1011111 | 111101 | 1001000 |
Color Harmonies of #AFE38A
Complementary color
Monochromatic Colors of #AFE38A
Black with #AFE38A
Text Example
Text Example
White with #AFE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE38A; }
p { color: rgb(175,227,138); }
H1.HeaderClassName
{
color: #AFE38A;
}
.AnyTagClassName
{
color: #AFE38A;
}
</style>
background-color css
<style>
a { background-color: #AFE38A; }
a { background-color: rgb(175,227,138); }
div.DivClassName
{
background-color: #AFE38A;
}
.BgClassName
{
background-color: #AFE38A;
}
</style>
border-color css
<style>
span { border-color: #AFE38A; }
span { border-color: rgb(175,227,138); }
td.TdClassName
{
border-color: #AFE38A;
}
.TagClassName
{
border-color: #AFE38A;
}
</style>