Shades of Celadon #A5F7B1
Tints of Celadon #A5F7B1
RGB
CMYK
RGB Variations
Color information
#A5F7B1 (or 0xA5F7B1) is known color: Celadon. HEX triplet: A5, F7 and B1. RGB value is (165,247,177). Sum of RGB (Red+Green+Blue) = 165+247+177=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F7B1 is #5A084E. Grayscale: #D6D6D6. Windows color (decimal): -5900367 or 11663269. OLE color: 11663269.
HSL color Cylindrical-coordinate representation of color #A5F7B1: hue angle of 128.78º degrees, saturation: 0.84, 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 #A5F7B1 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 177 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.03 |
| HSL | 128.78º | 0.84% | 0.81% | - |
| HSV(B) | 128.78º | 0.33% | 0.97% | - |
| XYZ | 56.71 | 77.7 | 53.6 | - |
| YUV | 214.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 177 | 0.33 | 0 | 0.28 | 0.03 | 128.78 | 0.84 | 0.81 |
| Hex | A5 | F7 | B1 | 21 | 0 | 1C | 3 | 81 | 54 | 51 |
| Octal | 245 | 367 | 261 | 41 | 0 | 34 | 3 | 201 | 124 | 121 |
| Binary | 10100101 | 11110111 | 10110001 | 100001 | 0 | 11100 | 11 | 10000001 | 1010100 | 1010001 |
Color Harmonies of #A5F7B1
Complementary color
Monochromatic Colors of #A5F7B1
Black with #A5F7B1
Text Example
Text Example
White with #A5F7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7B1; }
p { color: rgb(165,247,177); }
H1.HeaderClassName
{
color: #A5F7B1;
}
.AnyTagClassName
{
color: #A5F7B1;
}
</style>
background-color css
<style>
a { background-color: #A5F7B1; }
a { background-color: rgb(165,247,177); }
div.DivClassName
{
background-color: #A5F7B1;
}
.BgClassName
{
background-color: #A5F7B1;
}
</style>
border-color css
<style>
span { border-color: #A5F7B1; }
span { border-color: rgb(165,247,177); }
td.TdClassName
{
border-color: #A5F7B1;
}
.TagClassName
{
border-color: #A5F7B1;
}
</style>