Shades of Pale Green #9BFDA4
Tints of Pale Green #9BFDA4
RGB
CMYK
RGB Variations
Color information
#9BFDA4 (or 0x9BFDA4) is known color: Pale Green. HEX triplet: 9B, FD and A4. RGB value is (155,253,164). Sum of RGB (Red+Green+Blue) = 155+253+164=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFDA4 is #64025B. Grayscale: #D5D5D5. Windows color (decimal): -6554204 or 10812827. OLE color: 10812827.
HSL color Cylindrical-coordinate representation of color #9BFDA4: hue angle of 125.51º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDA4 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 164 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.01 |
| HSL | 125.51º | 0.96% | 0.8% | - |
| HSV(B) | 125.51º | 0.39% | 0.99% | - |
| XYZ | 55.34 | 79.9 | 47.63 | - |
| YUV | 213.55 | 100.03 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 164 | 0.39 | 0 | 0.35 | 0.01 | 125.51 | 0.96 | 0.8 |
| Hex | 9B | FD | A4 | 27 | 0 | 23 | 1 | 7E | 60 | 50 |
| Octal | 233 | 375 | 244 | 47 | 0 | 43 | 1 | 176 | 140 | 120 |
| Binary | 10011011 | 11111101 | 10100100 | 100111 | 0 | 100011 | 1 | 1111110 | 1100000 | 1010000 |
Color Harmonies of #9BFDA4
Complementary color
Monochromatic Colors of #9BFDA4
Black with #9BFDA4
Text Example
Text Example
White with #9BFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDA4; }
p { color: rgb(155,253,164); }
H1.HeaderClassName
{
color: #9BFDA4;
}
.AnyTagClassName
{
color: #9BFDA4;
}
</style>
background-color css
<style>
a { background-color: #9BFDA4; }
a { background-color: rgb(155,253,164); }
div.DivClassName
{
background-color: #9BFDA4;
}
.BgClassName
{
background-color: #9BFDA4;
}
</style>
border-color css
<style>
span { border-color: #9BFDA4; }
span { border-color: rgb(155,253,164); }
td.TdClassName
{
border-color: #9BFDA4;
}
.TagClassName
{
border-color: #9BFDA4;
}
</style>