Shades of Pale Green #ADFCA2
Tints of Pale Green #ADFCA2
RGB
CMYK
RGB Variations
Color information
#ADFCA2 (or 0xADFCA2) is known color: Pale Green. HEX triplet: AD, FC and A2. RGB value is (173,252,162). Sum of RGB (Red+Green+Blue) = 173+252+162=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFCA2 is #52035D. Grayscale: #DADADA. Windows color (decimal): -5374814 or 10681517. OLE color: 10681517.
HSL color Cylindrical-coordinate representation of color #ADFCA2: hue angle of 112.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADFCA2 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 252 | 162 | - |
CMYK | 0.31 | 0 | 0.36 | 0.01 |
HSL | 112.67º | 0.94% | 0.81% | - |
HSV(B) | 112.67º | 0.36% | 0.99% | - |
XYZ | 58.57 | 81.11 | 46.75 | - |
YUV | 218.12 | 96.33 | 95.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 252 | 162 | 0.31 | 0 | 0.36 | 0.01 | 112.67 | 0.94 | 0.81 |
Hex | AD | FC | A2 | 1F | 0 | 24 | 1 | 71 | 5E | 51 |
Octal | 255 | 374 | 242 | 37 | 0 | 44 | 1 | 161 | 136 | 121 |
Binary | 10101101 | 11111100 | 10100010 | 11111 | 0 | 100100 | 1 | 1110001 | 1011110 | 1010001 |
Color Harmonies of #ADFCA2
Complementary color
Monochromatic Colors of #ADFCA2
Black with #ADFCA2
Text Example
Text Example
White with #ADFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCA2; }
p { color: rgb(173,252,162); }
H1.HeaderClassName
{
color: #ADFCA2;
}
.AnyTagClassName
{
color: #ADFCA2;
}
</style>
background-color css
<style>
a { background-color: #ADFCA2; }
a { background-color: rgb(173,252,162); }
div.DivClassName
{
background-color: #ADFCA2;
}
.BgClassName
{
background-color: #ADFCA2;
}
</style>
border-color css
<style>
span { border-color: #ADFCA2; }
span { border-color: rgb(173,252,162); }
td.TdClassName
{
border-color: #ADFCA2;
}
.TagClassName
{
border-color: #ADFCA2;
}
</style>