Shades of Celadon #A6F9B4
Tints of Celadon #A6F9B4
RGB
CMYK
RGB Variations
Color information
#A6F9B4 (or 0xA6F9B4) is known color: Celadon. HEX triplet: A6, F9 and B4. RGB value is (166,249,180). Sum of RGB (Red+Green+Blue) = 166+249+180=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F9B4 is #59064B. Grayscale: #D8D8D8. Windows color (decimal): -5834316 or 11860390. OLE color: 11860390.
HSL color Cylindrical-coordinate representation of color #A6F9B4: hue angle of 130.12º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9B4 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 180 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.02 |
| HSL | 130.12º | 0.87% | 0.81% | - |
| HSV(B) | 130.12º | 0.33% | 0.98% | - |
| XYZ | 57.84 | 79.15 | 55.41 | - |
| YUV | 216.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 180 | 0.33 | 0 | 0.28 | 0.02 | 130.12 | 0.87 | 0.81 |
| Hex | A6 | F9 | B4 | 21 | 0 | 1C | 2 | 82 | 57 | 51 |
| Octal | 246 | 371 | 264 | 41 | 0 | 34 | 2 | 202 | 127 | 121 |
| Binary | 10100110 | 11111001 | 10110100 | 100001 | 0 | 11100 | 10 | 10000010 | 1010111 | 1010001 |
Color Harmonies of #A6F9B4
Complementary color
Monochromatic Colors of #A6F9B4
Black with #A6F9B4
Text Example
Text Example
White with #A6F9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F9B4; }
p { color: rgb(166,249,180); }
H1.HeaderClassName
{
color: #A6F9B4;
}
.AnyTagClassName
{
color: #A6F9B4;
}
</style>
background-color css
<style>
a { background-color: #A6F9B4; }
a { background-color: rgb(166,249,180); }
div.DivClassName
{
background-color: #A6F9B4;
}
.BgClassName
{
background-color: #A6F9B4;
}
</style>
border-color css
<style>
span { border-color: #A6F9B4; }
span { border-color: rgb(166,249,180); }
td.TdClassName
{
border-color: #A6F9B4;
}
.TagClassName
{
border-color: #A6F9B4;
}
</style>