Shades of Celadon #ADF1B4
Tints of Celadon #ADF1B4
RGB
CMYK
RGB Variations
Color information
#ADF1B4 (or 0xADF1B4) is known color: Celadon. HEX triplet: AD, F1 and B4. RGB value is (173,241,180). Sum of RGB (Red+Green+Blue) = 173+241+180=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1B4 is #520E4B. Grayscale: #D5D5D5. Windows color (decimal): -5377612 or 11858349. OLE color: 11858349.
HSL color Cylindrical-coordinate representation of color #ADF1B4: hue angle of 126.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1B4 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 180 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.05 |
| HSL | 126.18º | 0.71% | 0.81% | - |
| HSV(B) | 126.18º | 0.28% | 0.95% | - |
| XYZ | 56.93 | 75.09 | 54.67 | - |
| YUV | 213.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 180 | 0.28 | 0 | 0.25 | 0.05 | 126.18 | 0.71 | 0.81 |
| Hex | AD | F1 | B4 | 1C | 0 | 19 | 5 | 7E | 47 | 51 |
| Octal | 255 | 361 | 264 | 34 | 0 | 31 | 5 | 176 | 107 | 121 |
| Binary | 10101101 | 11110001 | 10110100 | 11100 | 0 | 11001 | 101 | 1111110 | 1000111 | 1010001 |
Color Harmonies of #ADF1B4
Complementary color
Monochromatic Colors of #ADF1B4
Black with #ADF1B4
Text Example
Text Example
White with #ADF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1B4; }
p { color: rgb(173,241,180); }
H1.HeaderClassName
{
color: #ADF1B4;
}
.AnyTagClassName
{
color: #ADF1B4;
}
</style>
background-color css
<style>
a { background-color: #ADF1B4; }
a { background-color: rgb(173,241,180); }
div.DivClassName
{
background-color: #ADF1B4;
}
.BgClassName
{
background-color: #ADF1B4;
}
</style>
border-color css
<style>
span { border-color: #ADF1B4; }
span { border-color: rgb(173,241,180); }
td.TdClassName
{
border-color: #ADF1B4;
}
.TagClassName
{
border-color: #ADF1B4;
}
</style>