Shades of Celadon #A8F5AA
Tints of Celadon #A8F5AA
RGB
CMYK
RGB Variations
Color information
#A8F5AA (or 0xA8F5AA) is known color: Celadon. HEX triplet: A8, F5 and AA. RGB value is (168,245,170). Sum of RGB (Red+Green+Blue) = 168+245+170=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F5AA is #570A55. Grayscale: #D5D5D5. Windows color (decimal): -5704278 or 11204008. OLE color: 11204008.
HSL color Cylindrical-coordinate representation of color #A8F5AA: hue angle of 121.56º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5AA is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
RGB | 168 | 245 | 170 | - |
CMYK | 0.31 | 0 | 0.31 | 0.04 |
HSL | 121.56º | 0.79% | 0.81% | - |
HSV(B) | 121.56º | 0.31% | 0.96% | - |
XYZ | 56.06 | 76.53 | 49.85 | - |
YUV | 213.43 | 103.49 | 95.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 245 | 170 | 0.31 | 0 | 0.31 | 0.04 | 121.56 | 0.79 | 0.81 |
Hex | A8 | F5 | AA | 1F | 0 | 1F | 4 | 7A | 4F | 51 |
Octal | 250 | 365 | 252 | 37 | 0 | 37 | 4 | 172 | 117 | 121 |
Binary | 10101000 | 11110101 | 10101010 | 11111 | 0 | 11111 | 100 | 1111010 | 1001111 | 1010001 |
Color Harmonies of #A8F5AA
Complementary color
Monochromatic Colors of #A8F5AA
Black with #A8F5AA
Text Example
Text Example
White with #A8F5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5AA; }
p { color: rgb(168,245,170); }
H1.HeaderClassName
{
color: #A8F5AA;
}
.AnyTagClassName
{
color: #A8F5AA;
}
</style>
background-color css
<style>
a { background-color: #A8F5AA; }
a { background-color: rgb(168,245,170); }
div.DivClassName
{
background-color: #A8F5AA;
}
.BgClassName
{
background-color: #A8F5AA;
}
</style>
border-color css
<style>
span { border-color: #A8F5AA; }
span { border-color: rgb(168,245,170); }
td.TdClassName
{
border-color: #A8F5AA;
}
.TagClassName
{
border-color: #A8F5AA;
}
</style>