Shades of Pale Green #ADFD9A
Tints of Pale Green #ADFD9A
RGB
CMYK
RGB Variations
Color information
#ADFD9A (or 0xADFD9A) is known color: Pale Green. HEX triplet: AD, FD and 9A. RGB value is (173,253,154). Sum of RGB (Red+Green+Blue) = 173+253+154=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD9A is #520265. Grayscale: #DADADA. Windows color (decimal): -5374566 or 10157485. OLE color: 10157485.
HSL color Cylindrical-coordinate representation of color #ADFD9A: hue angle of 108.48º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADFD9A is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 154 | - |
CMYK | 0.32 | 0 | 0.39 | 0.01 |
HSL | 108.48º | 0.96% | 0.8% | - |
HSV(B) | 108.48º | 0.39% | 0.99% | - |
XYZ | 58.19 | 81.47 | 43.23 | - |
YUV | 217.79 | 92 | 96.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 154 | 0.32 | 0 | 0.39 | 0.01 | 108.48 | 0.96 | 0.8 |
Hex | AD | FD | 9A | 20 | 0 | 27 | 1 | 6C | 60 | 50 |
Octal | 255 | 375 | 232 | 40 | 0 | 47 | 1 | 154 | 140 | 120 |
Binary | 10101101 | 11111101 | 10011010 | 100000 | 0 | 100111 | 1 | 1101100 | 1100000 | 1010000 |
Color Harmonies of #ADFD9A
Complementary color
Monochromatic Colors of #ADFD9A
Black with #ADFD9A
Text Example
Text Example
White with #ADFD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD9A; }
p { color: rgb(173,253,154); }
H1.HeaderClassName
{
color: #ADFD9A;
}
.AnyTagClassName
{
color: #ADFD9A;
}
</style>
background-color css
<style>
a { background-color: #ADFD9A; }
a { background-color: rgb(173,253,154); }
div.DivClassName
{
background-color: #ADFD9A;
}
.BgClassName
{
background-color: #ADFD9A;
}
</style>
border-color css
<style>
span { border-color: #ADFD9A; }
span { border-color: rgb(173,253,154); }
td.TdClassName
{
border-color: #ADFD9A;
}
.TagClassName
{
border-color: #ADFD9A;
}
</style>