Shades of Celadon #A2F1B1
Tints of Celadon #A2F1B1
RGB
CMYK
RGB Variations
Color information
#A2F1B1 (or 0xA2F1B1) is known color: Celadon. HEX triplet: A2, F1 and B1. RGB value is (162,241,177). Sum of RGB (Red+Green+Blue) = 162+241+177=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F1B1 is #5D0E4E. Grayscale: #D2D2D2. Windows color (decimal): -6098511 or 11661730. OLE color: 11661730.
HSL color Cylindrical-coordinate representation of color #A2F1B1: hue angle of 131.39º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F1B1 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 177 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.05 |
| HSL | 131.39º | 0.74% | 0.79% | - |
| HSV(B) | 131.39º | 0.33% | 0.95% | - |
| XYZ | 54.29 | 73.77 | 52.97 | - |
| YUV | 210.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 177 | 0.33 | 0 | 0.27 | 0.05 | 131.39 | 0.74 | 0.79 |
| Hex | A2 | F1 | B1 | 21 | 0 | 1B | 5 | 83 | 4A | 4F |
| Octal | 242 | 361 | 261 | 41 | 0 | 33 | 5 | 203 | 112 | 117 |
| Binary | 10100010 | 11110001 | 10110001 | 100001 | 0 | 11011 | 101 | 10000011 | 1001010 | 1001111 |
Color Harmonies of #A2F1B1
Complementary color
Monochromatic Colors of #A2F1B1
Black with #A2F1B1
Text Example
Text Example
White with #A2F1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1B1; }
p { color: rgb(162,241,177); }
H1.HeaderClassName
{
color: #A2F1B1;
}
.AnyTagClassName
{
color: #A2F1B1;
}
</style>
background-color css
<style>
a { background-color: #A2F1B1; }
a { background-color: rgb(162,241,177); }
div.DivClassName
{
background-color: #A2F1B1;
}
.BgClassName
{
background-color: #A2F1B1;
}
</style>
border-color css
<style>
span { border-color: #A2F1B1; }
span { border-color: rgb(162,241,177); }
td.TdClassName
{
border-color: #A2F1B1;
}
.TagClassName
{
border-color: #A2F1B1;
}
</style>