Shades of Pale Green #9BEAA3
Tints of Pale Green #9BEAA3
RGB
CMYK
RGB Variations
Color information
#9BEAA3 (or 0x9BEAA3) is known color: Pale Green. HEX triplet: 9B, EA and A3. RGB value is (155,234,163). Sum of RGB (Red+Green+Blue) = 155+234+163=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAA3 is #64155C. Grayscale: #CACACA. Windows color (decimal): -6559069 or 10742427. OLE color: 10742427.
HSL color Cylindrical-coordinate representation of color #9BEAA3: hue angle of 126.08º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEAA3 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 163 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.08 |
| HSL | 126.08º | 0.65% | 0.76% | - |
| HSV(B) | 126.08º | 0.34% | 0.92% | - |
| XYZ | 49.55 | 68.46 | 45.25 | - |
| YUV | 202.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 163 | 0.34 | 0 | 0.30 | 0.08 | 126.08 | 0.65 | 0.76 |
| Hex | 9B | EA | A3 | 22 | 0 | 1E | 8 | 7E | 41 | 4C |
| Octal | 233 | 352 | 243 | 42 | 0 | 36 | 10 | 176 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10100011 | 100010 | 0 | 11110 | 1000 | 1111110 | 1000001 | 1001100 |
Color Harmonies of #9BEAA3
Complementary color
Monochromatic Colors of #9BEAA3
Black with #9BEAA3
Text Example
Text Example
White with #9BEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAA3; }
p { color: rgb(155,234,163); }
H1.HeaderClassName
{
color: #9BEAA3;
}
.AnyTagClassName
{
color: #9BEAA3;
}
</style>
background-color css
<style>
a { background-color: #9BEAA3; }
a { background-color: rgb(155,234,163); }
div.DivClassName
{
background-color: #9BEAA3;
}
.BgClassName
{
background-color: #9BEAA3;
}
</style>
border-color css
<style>
span { border-color: #9BEAA3; }
span { border-color: rgb(155,234,163); }
td.TdClassName
{
border-color: #9BEAA3;
}
.TagClassName
{
border-color: #9BEAA3;
}
</style>