Shades of Feijoa #9DF27D
Tints of Feijoa #9DF27D
RGB
CMYK
RGB Variations
Color information
#9DF27D (or 0x9DF27D) is known color: Feijoa. HEX triplet: 9D, F2 and 7D. RGB value is (157,242,125). Sum of RGB (Red+Green+Blue) = 157+242+125=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF27D is #620D82. Grayscale: #CBCBCB. Windows color (decimal): -6425987 or 8254109. OLE color: 8254109.
HSL color Cylindrical-coordinate representation of color #9DF27D: hue angle of 103.59º 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 #9DF27D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 125 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.05 |
| HSL | 103.59º | 0.82% | 0.72% | - |
| HSV(B) | 103.59º | 0.48% | 0.95% | - |
| XYZ | 49.36 | 72.15 | 30.73 | - |
| YUV | 203.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 125 | 0.35 | 0 | 0.48 | 0.05 | 103.59 | 0.82 | 0.72 |
| Hex | 9D | F2 | 7D | 23 | 0 | 30 | 5 | 68 | 52 | 48 |
| Octal | 235 | 362 | 175 | 43 | 0 | 60 | 5 | 150 | 122 | 110 |
| Binary | 10011101 | 11110010 | 1111101 | 100011 | 0 | 110000 | 101 | 1101000 | 1010010 | 1001000 |
Color Harmonies of #9DF27D
Complementary color
Monochromatic Colors of #9DF27D
Black with #9DF27D
Text Example
Text Example
White with #9DF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF27D; }
p { color: rgb(157,242,125); }
H1.HeaderClassName
{
color: #9DF27D;
}
.AnyTagClassName
{
color: #9DF27D;
}
</style>
background-color css
<style>
a { background-color: #9DF27D; }
a { background-color: rgb(157,242,125); }
div.DivClassName
{
background-color: #9DF27D;
}
.BgClassName
{
background-color: #9DF27D;
}
</style>
border-color css
<style>
span { border-color: #9DF27D; }
span { border-color: rgb(157,242,125); }
td.TdClassName
{
border-color: #9DF27D;
}
.TagClassName
{
border-color: #9DF27D;
}
</style>