Shades of Celadon #A5F8AC
Tints of Celadon #A5F8AC
RGB
CMYK
RGB Variations
Color information
#A5F8AC (or 0xA5F8AC) is known color: Celadon. HEX triplet: A5, F8 and AC. RGB value is (165,248,172). Sum of RGB (Red+Green+Blue) = 165+248+172=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F8AC is #5A0753. Grayscale: #D6D6D6. Windows color (decimal): -5900116 or 11335845. OLE color: 11335845.
HSL color Cylindrical-coordinate representation of color #A5F8AC: hue angle of 125.06º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8AC is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 172 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.03 |
| HSL | 125.06º | 0.86% | 0.81% | - |
| HSV(B) | 125.06º | 0.33% | 0.97% | - |
| XYZ | 56.53 | 78.11 | 51.13 | - |
| YUV | 214.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 172 | 0.33 | 0 | 0.31 | 0.03 | 125.06 | 0.86 | 0.81 |
| Hex | A5 | F8 | AC | 21 | 0 | 1F | 3 | 7D | 56 | 51 |
| Octal | 245 | 370 | 254 | 41 | 0 | 37 | 3 | 175 | 126 | 121 |
| Binary | 10100101 | 11111000 | 10101100 | 100001 | 0 | 11111 | 11 | 1111101 | 1010110 | 1010001 |
Color Harmonies of #A5F8AC
Complementary color
Monochromatic Colors of #A5F8AC
Black with #A5F8AC
Text Example
Text Example
White with #A5F8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8AC; }
p { color: rgb(165,248,172); }
H1.HeaderClassName
{
color: #A5F8AC;
}
.AnyTagClassName
{
color: #A5F8AC;
}
</style>
background-color css
<style>
a { background-color: #A5F8AC; }
a { background-color: rgb(165,248,172); }
div.DivClassName
{
background-color: #A5F8AC;
}
.BgClassName
{
background-color: #A5F8AC;
}
</style>
border-color css
<style>
span { border-color: #A5F8AC; }
span { border-color: rgb(165,248,172); }
td.TdClassName
{
border-color: #A5F8AC;
}
.TagClassName
{
border-color: #A5F8AC;
}
</style>