Shades of Pale Green #9AFC8F
Tints of Pale Green #9AFC8F
RGB
CMYK
RGB Variations
Color information
#9AFC8F (or 0x9AFC8F) is known color: Pale Green. HEX triplet: 9A, FC and 8F. RGB value is (154,252,143). Sum of RGB (Red+Green+Blue) = 154+252+143=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC8F is #650370. Grayscale: #D2D2D2. Windows color (decimal): -6620017 or 9436314. OLE color: 9436314.
HSL color Cylindrical-coordinate representation of color #9AFC8F: hue angle of 113.94º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AFC8F is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 143 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.01 |
| HSL | 113.95º | 0.95% | 0.77% | - |
| HSV(B) | 113.95º | 0.43% | 0.99% | - |
| XYZ | 53.09 | 78.47 | 38.34 | - |
| YUV | 210.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 143 | 0.39 | 0 | 0.43 | 0.01 | 113.95 | 0.95 | 0.77 |
| Hex | 9A | FC | 8F | 27 | 0 | 2B | 1 | 72 | 5F | 4D |
| Octal | 232 | 374 | 217 | 47 | 0 | 53 | 1 | 162 | 137 | 115 |
| Binary | 10011010 | 11111100 | 10001111 | 100111 | 0 | 101011 | 1 | 1110010 | 1011111 | 1001101 |
Color Harmonies of #9AFC8F
Complementary color
Monochromatic Colors of #9AFC8F
Black with #9AFC8F
Text Example
Text Example
White with #9AFC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFC8F; }
p { color: rgb(154,252,143); }
H1.HeaderClassName
{
color: #9AFC8F;
}
.AnyTagClassName
{
color: #9AFC8F;
}
</style>
background-color css
<style>
a { background-color: #9AFC8F; }
a { background-color: rgb(154,252,143); }
div.DivClassName
{
background-color: #9AFC8F;
}
.BgClassName
{
background-color: #9AFC8F;
}
</style>
border-color css
<style>
span { border-color: #9AFC8F; }
span { border-color: rgb(154,252,143); }
td.TdClassName
{
border-color: #9AFC8F;
}
.TagClassName
{
border-color: #9AFC8F;
}
</style>