Shades of Feijoa #9FF27D
Tints of Feijoa #9FF27D
RGB
CMYK
RGB Variations
Color information
#9FF27D (or 0x9FF27D) is known color: Feijoa. HEX triplet: 9F, F2 and 7D. RGB value is (159,242,125). Sum of RGB (Red+Green+Blue) = 159+242+125=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF27D is #600D82. Grayscale: #CCCCCC. Windows color (decimal): -6294915 or 8254111. OLE color: 8254111.
HSL color Cylindrical-coordinate representation of color #9FF27D: hue angle of 102.56º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FF27D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 125 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.05 |
| HSL | 102.56º | 0.82% | 0.72% | - |
| HSV(B) | 102.56º | 0.48% | 0.95% | - |
| XYZ | 49.75 | 72.36 | 30.75 | - |
| YUV | 203.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 125 | 0.34 | 0 | 0.48 | 0.05 | 102.56 | 0.82 | 0.72 |
| Hex | 9F | F2 | 7D | 22 | 0 | 30 | 5 | 67 | 52 | 48 |
| Octal | 237 | 362 | 175 | 42 | 0 | 60 | 5 | 147 | 122 | 110 |
| Binary | 10011111 | 11110010 | 1111101 | 100010 | 0 | 110000 | 101 | 1100111 | 1010010 | 1001000 |
Color Harmonies of #9FF27D
Complementary color
Monochromatic Colors of #9FF27D
Black with #9FF27D
Text Example
Text Example
White with #9FF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF27D; }
p { color: rgb(159,242,125); }
H1.HeaderClassName
{
color: #9FF27D;
}
.AnyTagClassName
{
color: #9FF27D;
}
</style>
background-color css
<style>
a { background-color: #9FF27D; }
a { background-color: rgb(159,242,125); }
div.DivClassName
{
background-color: #9FF27D;
}
.BgClassName
{
background-color: #9FF27D;
}
</style>
border-color css
<style>
span { border-color: #9FF27D; }
span { border-color: rgb(159,242,125); }
td.TdClassName
{
border-color: #9FF27D;
}
.TagClassName
{
border-color: #9FF27D;
}
</style>