Shades of Gossip #A3CF90
Tints of Gossip #A3CF90
RGB
CMYK
RGB Variations
Color information
#A3CF90 (or 0xA3CF90) is known color: Gossip. HEX triplet: A3, CF and 90. RGB value is (163,207,144). Sum of RGB (Red+Green+Blue) = 163+207+144=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CF90 is #5C306F. Grayscale: #BABABA. Windows color (decimal): -6041712 or 9490339. OLE color: 9490339.
HSL color Cylindrical-coordinate representation of color #A3CF90: hue angle of 101.9º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CF90 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 144 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.19 |
| HSL | 101.9º | 0.4% | 0.69% | - |
| HSV(B) | 101.9º | 0.3% | 0.81% | - |
| XYZ | 42.45 | 54.43 | 34.65 | - |
| YUV | 186.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 144 | 0.21 | 0 | 0.30 | 0.19 | 101.9 | 0.4 | 0.69 |
| Hex | A3 | CF | 90 | 15 | 0 | 1E | 13 | 66 | 28 | 45 |
| Octal | 243 | 317 | 220 | 25 | 0 | 36 | 23 | 146 | 50 | 105 |
| Binary | 10100011 | 11001111 | 10010000 | 10101 | 0 | 11110 | 10011 | 1100110 | 101000 | 1000101 |
Color Harmonies of #A3CF90
Complementary color
Monochromatic Colors of #A3CF90
Black with #A3CF90
Text Example
Text Example
White with #A3CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF90; }
p { color: rgb(163,207,144); }
H1.HeaderClassName
{
color: #A3CF90;
}
.AnyTagClassName
{
color: #A3CF90;
}
</style>
background-color css
<style>
a { background-color: #A3CF90; }
a { background-color: rgb(163,207,144); }
div.DivClassName
{
background-color: #A3CF90;
}
.BgClassName
{
background-color: #A3CF90;
}
</style>
border-color css
<style>
span { border-color: #A3CF90; }
span { border-color: rgb(163,207,144); }
td.TdClassName
{
border-color: #A3CF90;
}
.TagClassName
{
border-color: #A3CF90;
}
</style>