Shades of Pale Green #9BFDA5
Tints of Pale Green #9BFDA5
RGB
CMYK
RGB Variations
Color information
#9BFDA5 (or 0x9BFDA5) is known color: Pale Green. HEX triplet: 9B, FD and A5. RGB value is (155,253,165). Sum of RGB (Red+Green+Blue) = 155+253+165=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFDA5 is #64025A. Grayscale: #D5D5D5. Windows color (decimal): -6554203 or 10878363. OLE color: 10878363.
HSL color Cylindrical-coordinate representation of color #9BFDA5: hue angle of 126.12º 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 #9BFDA5 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 165 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.01 |
| HSL | 126.12º | 0.96% | 0.8% | - |
| HSV(B) | 126.12º | 0.39% | 0.99% | - |
| XYZ | 55.43 | 79.94 | 48.1 | - |
| YUV | 213.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 165 | 0.39 | 0 | 0.35 | 0.01 | 126.12 | 0.96 | 0.8 |
| Hex | 9B | FD | A5 | 27 | 0 | 23 | 1 | 7E | 60 | 50 |
| Octal | 233 | 375 | 245 | 47 | 0 | 43 | 1 | 176 | 140 | 120 |
| Binary | 10011011 | 11111101 | 10100101 | 100111 | 0 | 100011 | 1 | 1111110 | 1100000 | 1010000 |
Color Harmonies of #9BFDA5
Complementary color
Monochromatic Colors of #9BFDA5
Black with #9BFDA5
Text Example
Text Example
White with #9BFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDA5; }
p { color: rgb(155,253,165); }
H1.HeaderClassName
{
color: #9BFDA5;
}
.AnyTagClassName
{
color: #9BFDA5;
}
</style>
background-color css
<style>
a { background-color: #9BFDA5; }
a { background-color: rgb(155,253,165); }
div.DivClassName
{
background-color: #9BFDA5;
}
.BgClassName
{
background-color: #9BFDA5;
}
</style>
border-color css
<style>
span { border-color: #9BFDA5; }
span { border-color: rgb(155,253,165); }
td.TdClassName
{
border-color: #9BFDA5;
}
.TagClassName
{
border-color: #9BFDA5;
}
</style>