Shades of Celadon #A3EDA7
Tints of Celadon #A3EDA7
RGB
CMYK
RGB Variations
Color information
#A3EDA7 (or 0xA3EDA7) is known color: Celadon. HEX triplet: A3, ED and A7. RGB value is (163,237,167). Sum of RGB (Red+Green+Blue) = 163+237+167=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EDA7 is #5C1258. Grayscale: #CFCFCF. Windows color (decimal): -6034009 or 11005347. OLE color: 11005347.
HSL color Cylindrical-coordinate representation of color #A3EDA7: hue angle of 123.24º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDA7 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 167 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.07 |
| HSL | 123.24º | 0.67% | 0.78% | - |
| HSV(B) | 123.24º | 0.31% | 0.93% | - |
| XYZ | 52.36 | 71.14 | 47.53 | - |
| YUV | 206.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 167 | 0.31 | 0 | 0.30 | 0.07 | 123.24 | 0.67 | 0.78 |
| Hex | A3 | ED | A7 | 1F | 0 | 1E | 7 | 7B | 43 | 4E |
| Octal | 243 | 355 | 247 | 37 | 0 | 36 | 7 | 173 | 103 | 116 |
| Binary | 10100011 | 11101101 | 10100111 | 11111 | 0 | 11110 | 111 | 1111011 | 1000011 | 1001110 |
Color Harmonies of #A3EDA7
Complementary color
Monochromatic Colors of #A3EDA7
Black with #A3EDA7
Text Example
Text Example
White with #A3EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDA7; }
p { color: rgb(163,237,167); }
H1.HeaderClassName
{
color: #A3EDA7;
}
.AnyTagClassName
{
color: #A3EDA7;
}
</style>
background-color css
<style>
a { background-color: #A3EDA7; }
a { background-color: rgb(163,237,167); }
div.DivClassName
{
background-color: #A3EDA7;
}
.BgClassName
{
background-color: #A3EDA7;
}
</style>
border-color css
<style>
span { border-color: #A3EDA7; }
span { border-color: rgb(163,237,167); }
td.TdClassName
{
border-color: #A3EDA7;
}
.TagClassName
{
border-color: #A3EDA7;
}
</style>