Shades of Pale Green #A4FB82
Tints of Pale Green #A4FB82
RGB
CMYK
RGB Variations
Color information
#A4FB82 (or 0xA4FB82) is known color: Pale Green. HEX triplet: A4, FB and 82. RGB value is (164,251,130). Sum of RGB (Red+Green+Blue) = 164+251+130=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FB82 is #5B047D. Grayscale: #D3D3D3. Windows color (decimal): -5964926 or 8584100. OLE color: 8584100.
HSL color Cylindrical-coordinate representation of color #A4FB82: hue angle of 103.14º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4FB82 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 130 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.02 |
| HSL | 103.14º | 0.94% | 0.75% | - |
| HSV(B) | 103.14º | 0.48% | 0.98% | - |
| XYZ | 53.84 | 78.5 | 33.43 | - |
| YUV | 211.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 130 | 0.35 | 0 | 0.48 | 0.02 | 103.14 | 0.94 | 0.75 |
| Hex | A4 | FB | 82 | 23 | 0 | 30 | 2 | 67 | 5E | 4B |
| Octal | 244 | 373 | 202 | 43 | 0 | 60 | 2 | 147 | 136 | 113 |
| Binary | 10100100 | 11111011 | 10000010 | 100011 | 0 | 110000 | 10 | 1100111 | 1011110 | 1001011 |
Color Harmonies of #A4FB82
Complementary color
Monochromatic Colors of #A4FB82
Black with #A4FB82
Text Example
Text Example
White with #A4FB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FB82; }
p { color: rgb(164,251,130); }
H1.HeaderClassName
{
color: #A4FB82;
}
.AnyTagClassName
{
color: #A4FB82;
}
</style>
background-color css
<style>
a { background-color: #A4FB82; }
a { background-color: rgb(164,251,130); }
div.DivClassName
{
background-color: #A4FB82;
}
.BgClassName
{
background-color: #A4FB82;
}
</style>
border-color css
<style>
span { border-color: #A4FB82; }
span { border-color: rgb(164,251,130); }
td.TdClassName
{
border-color: #A4FB82;
}
.TagClassName
{
border-color: #A4FB82;
}
</style>