Shades of Pale Green #9CFBA5
Tints of Pale Green #9CFBA5
RGB
CMYK
RGB Variations
Color information
#9CFBA5 (or 0x9CFBA5) is known color: Pale Green. HEX triplet: 9C, FB and A5. RGB value is (156,251,165). Sum of RGB (Red+Green+Blue) = 156+251+165=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFBA5 is #63045A. Grayscale: #D5D5D5. Windows color (decimal): -6489179 or 10877852. OLE color: 10877852.
HSL color Cylindrical-coordinate representation of color #9CFBA5: hue angle of 125.68º 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 #9CFBA5 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 165 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.02 |
| HSL | 125.68º | 0.92% | 0.8% | - |
| HSV(B) | 125.68º | 0.38% | 0.98% | - |
| XYZ | 55 | 78.78 | 47.9 | - |
| YUV | 212.79 | 101.03 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 165 | 0.38 | 0 | 0.34 | 0.02 | 125.68 | 0.92 | 0.8 |
| Hex | 9C | FB | A5 | 26 | 0 | 22 | 2 | 7E | 5C | 50 |
| Octal | 234 | 373 | 245 | 46 | 0 | 42 | 2 | 176 | 134 | 120 |
| Binary | 10011100 | 11111011 | 10100101 | 100110 | 0 | 100010 | 10 | 1111110 | 1011100 | 1010000 |
Color Harmonies of #9CFBA5
Complementary color
Monochromatic Colors of #9CFBA5
Black with #9CFBA5
Text Example
Text Example
White with #9CFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBA5; }
p { color: rgb(156,251,165); }
H1.HeaderClassName
{
color: #9CFBA5;
}
.AnyTagClassName
{
color: #9CFBA5;
}
</style>
background-color css
<style>
a { background-color: #9CFBA5; }
a { background-color: rgb(156,251,165); }
div.DivClassName
{
background-color: #9CFBA5;
}
.BgClassName
{
background-color: #9CFBA5;
}
</style>
border-color css
<style>
span { border-color: #9CFBA5; }
span { border-color: rgb(156,251,165); }
td.TdClassName
{
border-color: #9CFBA5;
}
.TagClassName
{
border-color: #9CFBA5;
}
</style>