Shades of Pale Green #A6FC94
Tints of Pale Green #A6FC94
RGB
CMYK
RGB Variations
Color information
#A6FC94 (or 0xA6FC94) is known color: Pale Green. HEX triplet: A6, FC and 94. RGB value is (166,252,148). Sum of RGB (Red+Green+Blue) = 166+252+148=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FC94 is #59036B. Grayscale: #D6D6D6. Windows color (decimal): -5833580 or 9764006. OLE color: 9764006.
HSL color Cylindrical-coordinate representation of color #A6FC94: hue angle of 109.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6FC94 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 148 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.01 |
| HSL | 109.62º | 0.95% | 0.78% | - |
| HSV(B) | 109.62º | 0.41% | 0.99% | - |
| XYZ | 55.88 | 79.87 | 40.49 | - |
| YUV | 214.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 148 | 0.34 | 0 | 0.41 | 0.01 | 109.62 | 0.95 | 0.78 |
| Hex | A6 | FC | 94 | 22 | 0 | 29 | 1 | 6E | 5F | 4E |
| Octal | 246 | 374 | 224 | 42 | 0 | 51 | 1 | 156 | 137 | 116 |
| Binary | 10100110 | 11111100 | 10010100 | 100010 | 0 | 101001 | 1 | 1101110 | 1011111 | 1001110 |
Color Harmonies of #A6FC94
Complementary color
Monochromatic Colors of #A6FC94
Black with #A6FC94
Text Example
Text Example
White with #A6FC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC94; }
p { color: rgb(166,252,148); }
H1.HeaderClassName
{
color: #A6FC94;
}
.AnyTagClassName
{
color: #A6FC94;
}
</style>
background-color css
<style>
a { background-color: #A6FC94; }
a { background-color: rgb(166,252,148); }
div.DivClassName
{
background-color: #A6FC94;
}
.BgClassName
{
background-color: #A6FC94;
}
</style>
border-color css
<style>
span { border-color: #A6FC94; }
span { border-color: rgb(166,252,148); }
td.TdClassName
{
border-color: #A6FC94;
}
.TagClassName
{
border-color: #A6FC94;
}
</style>