Shades of Pale Green #9AF298
Tints of Pale Green #9AF298
RGB
CMYK
RGB Variations
Color information
#9AF298 (or 0x9AF298) is known color: Pale Green. HEX triplet: 9A, F2 and 98. RGB value is (154,242,152). Sum of RGB (Red+Green+Blue) = 154+242+152=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF298 is #650D67. Grayscale: #CDCDCD. Windows color (decimal): -6622568 or 10023578. OLE color: 10023578.
HSL color Cylindrical-coordinate representation of color #9AF298: hue angle of 118.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF298 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 152 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.05 |
| HSL | 118.67º | 0.78% | 0.77% | - |
| HSV(B) | 118.67º | 0.37% | 0.95% | - |
| XYZ | 50.75 | 72.64 | 41.05 | - |
| YUV | 205.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 152 | 0.36 | 0 | 0.37 | 0.05 | 118.67 | 0.78 | 0.77 |
| Hex | 9A | F2 | 98 | 24 | 0 | 25 | 5 | 77 | 4E | 4D |
| Octal | 232 | 362 | 230 | 44 | 0 | 45 | 5 | 167 | 116 | 115 |
| Binary | 10011010 | 11110010 | 10011000 | 100100 | 0 | 100101 | 101 | 1110111 | 1001110 | 1001101 |
Color Harmonies of #9AF298
Complementary color
Monochromatic Colors of #9AF298
Black with #9AF298
Text Example
Text Example
White with #9AF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF298; }
p { color: rgb(154,242,152); }
H1.HeaderClassName
{
color: #9AF298;
}
.AnyTagClassName
{
color: #9AF298;
}
</style>
background-color css
<style>
a { background-color: #9AF298; }
a { background-color: rgb(154,242,152); }
div.DivClassName
{
background-color: #9AF298;
}
.BgClassName
{
background-color: #9AF298;
}
</style>
border-color css
<style>
span { border-color: #9AF298; }
span { border-color: rgb(154,242,152); }
td.TdClassName
{
border-color: #9AF298;
}
.TagClassName
{
border-color: #9AF298;
}
</style>