Shades of Pale Green #9CFBA1
Tints of Pale Green #9CFBA1
RGB
CMYK
RGB Variations
Color information
#9CFBA1 (or 0x9CFBA1) is known color: Pale Green. HEX triplet: 9C, FB and A1. RGB value is (156,251,161). Sum of RGB (Red+Green+Blue) = 156+251+161=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFBA1 is #63045E. Grayscale: #D4D4D4. Windows color (decimal): -6489183 or 10615708. OLE color: 10615708.
HSL color Cylindrical-coordinate representation of color #9CFBA1: hue angle of 123.16º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBA1 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 161 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.02 |
| HSL | 123.16º | 0.92% | 0.8% | - |
| HSV(B) | 123.16º | 0.38% | 0.98% | - |
| XYZ | 54.64 | 78.64 | 46.02 | - |
| YUV | 212.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 161 | 0.38 | 0 | 0.36 | 0.02 | 123.16 | 0.92 | 0.8 |
| Hex | 9C | FB | A1 | 26 | 0 | 24 | 2 | 7B | 5C | 50 |
| Octal | 234 | 373 | 241 | 46 | 0 | 44 | 2 | 173 | 134 | 120 |
| Binary | 10011100 | 11111011 | 10100001 | 100110 | 0 | 100100 | 10 | 1111011 | 1011100 | 1010000 |
Color Harmonies of #9CFBA1
Complementary color
Monochromatic Colors of #9CFBA1
Black with #9CFBA1
Text Example
Text Example
White with #9CFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBA1; }
p { color: rgb(156,251,161); }
H1.HeaderClassName
{
color: #9CFBA1;
}
.AnyTagClassName
{
color: #9CFBA1;
}
</style>
background-color css
<style>
a { background-color: #9CFBA1; }
a { background-color: rgb(156,251,161); }
div.DivClassName
{
background-color: #9CFBA1;
}
.BgClassName
{
background-color: #9CFBA1;
}
</style>
border-color css
<style>
span { border-color: #9CFBA1; }
span { border-color: rgb(156,251,161); }
td.TdClassName
{
border-color: #9CFBA1;
}
.TagClassName
{
border-color: #9CFBA1;
}
</style>