Shades of Pale Green #9AF99B
Tints of Pale Green #9AF99B
RGB
CMYK
RGB Variations
Color information
#9AF99B (or 0x9AF99B) is known color: Pale Green. HEX triplet: 9A, F9 and 9B. RGB value is (154,249,155). Sum of RGB (Red+Green+Blue) = 154+249+155=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF99B is #650664. Grayscale: #D2D2D2. Windows color (decimal): -6620773 or 10221978. OLE color: 10221978.
HSL color Cylindrical-coordinate representation of color #9AF99B: hue angle of 120.63º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF99B is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 155 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.02 |
| HSL | 120.63º | 0.89% | 0.79% | - |
| HSV(B) | 120.63º | 0.38% | 0.98% | - |
| XYZ | 53.12 | 76.99 | 43.07 | - |
| YUV | 209.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 155 | 0.38 | 0 | 0.38 | 0.02 | 120.63 | 0.89 | 0.79 |
| Hex | 9A | F9 | 9B | 26 | 0 | 26 | 2 | 79 | 59 | 4F |
| Octal | 232 | 371 | 233 | 46 | 0 | 46 | 2 | 171 | 131 | 117 |
| Binary | 10011010 | 11111001 | 10011011 | 100110 | 0 | 100110 | 10 | 1111001 | 1011001 | 1001111 |
Color Harmonies of #9AF99B
Complementary color
Monochromatic Colors of #9AF99B
Black with #9AF99B
Text Example
Text Example
White with #9AF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF99B; }
p { color: rgb(154,249,155); }
H1.HeaderClassName
{
color: #9AF99B;
}
.AnyTagClassName
{
color: #9AF99B;
}
</style>
background-color css
<style>
a { background-color: #9AF99B; }
a { background-color: rgb(154,249,155); }
div.DivClassName
{
background-color: #9AF99B;
}
.BgClassName
{
background-color: #9AF99B;
}
</style>
border-color css
<style>
span { border-color: #9AF99B; }
span { border-color: rgb(154,249,155); }
td.TdClassName
{
border-color: #9AF99B;
}
.TagClassName
{
border-color: #9AF99B;
}
</style>