Shades of Pale Green #AFFC8D
Tints of Pale Green #AFFC8D
RGB
CMYK
RGB Variations
Color information
#AFFC8D (or 0xAFFC8D) is known color: Pale Green. HEX triplet: AF, FC and 8D. RGB value is (175,252,141). Sum of RGB (Red+Green+Blue) = 175+252+141=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC8D is #500372. Grayscale: #D8D8D8. Windows color (decimal): -5243763 or 9305263. OLE color: 9305263.
HSL color Cylindrical-coordinate representation of color #AFFC8D: hue angle of 101.62º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFFC8D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 141 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.01 |
| HSL | 101.62º | 0.95% | 0.77% | - |
| HSV(B) | 101.62º | 0.44% | 0.99% | - |
| XYZ | 57.3 | 80.66 | 37.75 | - |
| YUV | 216.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 141 | 0.31 | 0 | 0.44 | 0.01 | 101.62 | 0.95 | 0.77 |
| Hex | AF | FC | 8D | 1F | 0 | 2C | 1 | 66 | 5F | 4D |
| Octal | 257 | 374 | 215 | 37 | 0 | 54 | 1 | 146 | 137 | 115 |
| Binary | 10101111 | 11111100 | 10001101 | 11111 | 0 | 101100 | 1 | 1100110 | 1011111 | 1001101 |
Color Harmonies of #AFFC8D
Complementary color
Monochromatic Colors of #AFFC8D
Black with #AFFC8D
Text Example
Text Example
White with #AFFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC8D; }
p { color: rgb(175,252,141); }
H1.HeaderClassName
{
color: #AFFC8D;
}
.AnyTagClassName
{
color: #AFFC8D;
}
</style>
background-color css
<style>
a { background-color: #AFFC8D; }
a { background-color: rgb(175,252,141); }
div.DivClassName
{
background-color: #AFFC8D;
}
.BgClassName
{
background-color: #AFFC8D;
}
</style>
border-color css
<style>
span { border-color: #AFFC8D; }
span { border-color: rgb(175,252,141); }
td.TdClassName
{
border-color: #AFFC8D;
}
.TagClassName
{
border-color: #AFFC8D;
}
</style>