Shades of Celadon #A5FEB4
Tints of Celadon #A5FEB4
RGB
CMYK
RGB Variations
Color information
#A5FEB4 (or 0xA5FEB4) is known color: Celadon. HEX triplet: A5, FE and B4. RGB value is (165,254,180). Sum of RGB (Red+Green+Blue) = 165+254+180=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEB4 is #5A014B. Grayscale: #DBDBDB. Windows color (decimal): -5898572 or 11861669. OLE color: 11861669.
HSL color Cylindrical-coordinate representation of color #A5FEB4: hue angle of 130.11º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEB4 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 180 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.00 |
| HSL | 130.11º | 0.98% | 0.82% | - |
| HSV(B) | 130.11º | 0.35% | 1% | - |
| XYZ | 59.2 | 82.18 | 55.92 | - |
| YUV | 218.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 180 | 0.35 | 0 | 0.29 | 0.00 | 130.11 | 0.98 | 0.82 |
| Hex | A5 | FE | B4 | 23 | 0 | 1D | 0 | 82 | 62 | 52 |
| Octal | 245 | 376 | 264 | 43 | 0 | 35 | 0 | 202 | 142 | 122 |
| Binary | 10100101 | 11111110 | 10110100 | 100011 | 0 | 11101 | 0 | 10000010 | 1100010 | 1010010 |
Color Harmonies of #A5FEB4
Complementary color
Monochromatic Colors of #A5FEB4
Black with #A5FEB4
Text Example
Text Example
White with #A5FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEB4; }
p { color: rgb(165,254,180); }
H1.HeaderClassName
{
color: #A5FEB4;
}
.AnyTagClassName
{
color: #A5FEB4;
}
</style>
background-color css
<style>
a { background-color: #A5FEB4; }
a { background-color: rgb(165,254,180); }
div.DivClassName
{
background-color: #A5FEB4;
}
.BgClassName
{
background-color: #A5FEB4;
}
</style>
border-color css
<style>
span { border-color: #A5FEB4; }
span { border-color: rgb(165,254,180); }
td.TdClassName
{
border-color: #A5FEB4;
}
.TagClassName
{
border-color: #A5FEB4;
}
</style>