Shades of Fringy Flower #A3F2BD
Tints of Fringy Flower #A3F2BD
RGB
CMYK
RGB Variations
Color information
#A3F2BD (or 0xA3F2BD) is known color: Fringy Flower. HEX triplet: A3, F2 and BD. RGB value is (163,242,189). Sum of RGB (Red+Green+Blue) = 163+242+189=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2BD is #5C0D42. Grayscale: #D4D4D4. Windows color (decimal): -6032707 or 12448419. OLE color: 12448419.
HSL color Cylindrical-coordinate representation of color #A3F2BD: hue angle of 139.75º degrees, saturation: 0.75, 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 #A3F2BD is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 189 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.05 |
| HSL | 139.75º | 0.75% | 0.79% | - |
| HSV(B) | 139.75º | 0.33% | 0.95% | - |
| XYZ | 56.04 | 74.96 | 59.66 | - |
| YUV | 212.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 189 | 0.33 | 0 | 0.22 | 0.05 | 139.75 | 0.75 | 0.79 |
| Hex | A3 | F2 | BD | 21 | 0 | 16 | 5 | 8C | 4B | 4F |
| Octal | 243 | 362 | 275 | 41 | 0 | 26 | 5 | 214 | 113 | 117 |
| Binary | 10100011 | 11110010 | 10111101 | 100001 | 0 | 10110 | 101 | 10001100 | 1001011 | 1001111 |
Color Harmonies of #A3F2BD
Complementary color
Monochromatic Colors of #A3F2BD
Black with #A3F2BD
Text Example
Text Example
White with #A3F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2BD; }
p { color: rgb(163,242,189); }
H1.HeaderClassName
{
color: #A3F2BD;
}
.AnyTagClassName
{
color: #A3F2BD;
}
</style>
background-color css
<style>
a { background-color: #A3F2BD; }
a { background-color: rgb(163,242,189); }
div.DivClassName
{
background-color: #A3F2BD;
}
.BgClassName
{
background-color: #A3F2BD;
}
</style>
border-color css
<style>
span { border-color: #A3F2BD; }
span { border-color: rgb(163,242,189); }
td.TdClassName
{
border-color: #A3F2BD;
}
.TagClassName
{
border-color: #A3F2BD;
}
</style>