Shades of Pale Green #A2FD9A
Tints of Pale Green #A2FD9A
RGB
CMYK
RGB Variations
Color information
#A2FD9A (or 0xA2FD9A) is known color: Pale Green. HEX triplet: A2, FD and 9A. RGB value is (162,253,154). Sum of RGB (Red+Green+Blue) = 162+253+154=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FD9A is #5D0265. Grayscale: #D6D6D6. Windows color (decimal): -6095462 or 10157474. OLE color: 10157474.
HSL color Cylindrical-coordinate representation of color #A2FD9A: hue angle of 115.15º 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 #A2FD9A is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
RGB | 162 | 253 | 154 | - |
CMYK | 0.36 | 0 | 0.39 | 0.01 |
HSL | 115.15º | 0.96% | 0.8% | - |
HSV(B) | 115.15º | 0.39% | 0.99% | - |
XYZ | 55.86 | 80.27 | 43.12 | - |
YUV | 214.51 | 93.85 | 90.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 253 | 154 | 0.36 | 0 | 0.39 | 0.01 | 115.15 | 0.96 | 0.8 |
Hex | A2 | FD | 9A | 24 | 0 | 27 | 1 | 73 | 60 | 50 |
Octal | 242 | 375 | 232 | 44 | 0 | 47 | 1 | 163 | 140 | 120 |
Binary | 10100010 | 11111101 | 10011010 | 100100 | 0 | 100111 | 1 | 1110011 | 1100000 | 1010000 |
Color Harmonies of #A2FD9A
Complementary color
Monochromatic Colors of #A2FD9A
Black with #A2FD9A
Text Example
Text Example
White with #A2FD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FD9A; }
p { color: rgb(162,253,154); }
H1.HeaderClassName
{
color: #A2FD9A;
}
.AnyTagClassName
{
color: #A2FD9A;
}
</style>
background-color css
<style>
a { background-color: #A2FD9A; }
a { background-color: rgb(162,253,154); }
div.DivClassName
{
background-color: #A2FD9A;
}
.BgClassName
{
background-color: #A2FD9A;
}
</style>
border-color css
<style>
span { border-color: #A2FD9A; }
span { border-color: rgb(162,253,154); }
td.TdClassName
{
border-color: #A2FD9A;
}
.TagClassName
{
border-color: #A2FD9A;
}
</style>