Shades of Celadon #A3EDA3
Tints of Celadon #A3EDA3
RGB
CMYK
RGB Variations
Color information
#A3EDA3 (or 0xA3EDA3) is known color: Celadon. HEX triplet: A3, ED and A3. RGB value is (163,237,163). Sum of RGB (Red+Green+Blue) = 163+237+163=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EDA3 is #5C125C. Grayscale: #CECECE. Windows color (decimal): -6034013 or 10743203. OLE color: 10743203.
HSL color Cylindrical-coordinate representation of color #A3EDA3: hue angle of 120º 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 #A3EDA3 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 163 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.07 |
| HSL | 120º | 0.67% | 0.78% | - |
| HSV(B) | 120º | 0.31% | 0.93% | - |
| XYZ | 52 | 71 | 45.61 | - |
| YUV | 206.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 163 | 0.31 | 0 | 0.31 | 0.07 | 120 | 0.67 | 0.78 |
| Hex | A3 | ED | A3 | 1F | 0 | 1F | 7 | 78 | 43 | 4E |
| Octal | 243 | 355 | 243 | 37 | 0 | 37 | 7 | 170 | 103 | 116 |
| Binary | 10100011 | 11101101 | 10100011 | 11111 | 0 | 11111 | 111 | 1111000 | 1000011 | 1001110 |
Color Harmonies of #A3EDA3
Complementary color
Monochromatic Colors of #A3EDA3
Black with #A3EDA3
Text Example
Text Example
White with #A3EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDA3; }
p { color: rgb(163,237,163); }
H1.HeaderClassName
{
color: #A3EDA3;
}
.AnyTagClassName
{
color: #A3EDA3;
}
</style>
background-color css
<style>
a { background-color: #A3EDA3; }
a { background-color: rgb(163,237,163); }
div.DivClassName
{
background-color: #A3EDA3;
}
.BgClassName
{
background-color: #A3EDA3;
}
</style>
border-color css
<style>
span { border-color: #A3EDA3; }
span { border-color: rgb(163,237,163); }
td.TdClassName
{
border-color: #A3EDA3;
}
.TagClassName
{
border-color: #A3EDA3;
}
</style>