Shades of Pale Green #ADFBA2
Tints of Pale Green #ADFBA2
RGB
CMYK
RGB Variations
Color information
#ADFBA2 (or 0xADFBA2) is known color: Pale Green. HEX triplet: AD, FB and A2. RGB value is (173,251,162). Sum of RGB (Red+Green+Blue) = 173+251+162=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFBA2 is #52045D. Grayscale: #D9D9D9. Windows color (decimal): -5375070 or 10681261. OLE color: 10681261.
HSL color Cylindrical-coordinate representation of color #ADFBA2: hue angle of 112.58º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADFBA2 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 162 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.02 |
| HSL | 112.58º | 0.92% | 0.81% | - |
| HSV(B) | 112.58º | 0.35% | 0.98% | - |
| XYZ | 58.25 | 80.49 | 46.65 | - |
| YUV | 217.53 | 96.66 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 162 | 0.31 | 0 | 0.35 | 0.02 | 112.58 | 0.92 | 0.81 |
| Hex | AD | FB | A2 | 1F | 0 | 23 | 2 | 71 | 5C | 51 |
| Octal | 255 | 373 | 242 | 37 | 0 | 43 | 2 | 161 | 134 | 121 |
| Binary | 10101101 | 11111011 | 10100010 | 11111 | 0 | 100011 | 10 | 1110001 | 1011100 | 1010001 |
Color Harmonies of #ADFBA2
Complementary color
Monochromatic Colors of #ADFBA2
Black with #ADFBA2
Text Example
Text Example
White with #ADFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBA2; }
p { color: rgb(173,251,162); }
H1.HeaderClassName
{
color: #ADFBA2;
}
.AnyTagClassName
{
color: #ADFBA2;
}
</style>
background-color css
<style>
a { background-color: #ADFBA2; }
a { background-color: rgb(173,251,162); }
div.DivClassName
{
background-color: #ADFBA2;
}
.BgClassName
{
background-color: #ADFBA2;
}
</style>
border-color css
<style>
span { border-color: #ADFBA2; }
span { border-color: rgb(173,251,162); }
td.TdClassName
{
border-color: #ADFBA2;
}
.TagClassName
{
border-color: #ADFBA2;
}
</style>