Shades of Gossip #A5CF90
Tints of Gossip #A5CF90
RGB
CMYK
RGB Variations
Color information
#A5CF90 (or 0xA5CF90) is known color: Gossip. HEX triplet: A5, CF and 90. RGB value is (165,207,144). Sum of RGB (Red+Green+Blue) = 165+207+144=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF90 is #5A306F. Grayscale: #BBBBBB. Windows color (decimal): -5910640 or 9490341. OLE color: 9490341.
HSL color Cylindrical-coordinate representation of color #A5CF90: hue angle of 100º 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 #A5CF90 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 144 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.19 |
| HSL | 100º | 0.4% | 0.69% | - |
| HSV(B) | 100º | 0.3% | 0.81% | - |
| XYZ | 42.86 | 54.64 | 34.67 | - |
| YUV | 187.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 144 | 0.20 | 0 | 0.30 | 0.19 | 100 | 0.4 | 0.69 |
| Hex | A5 | CF | 90 | 14 | 0 | 1E | 13 | 64 | 28 | 45 |
| Octal | 245 | 317 | 220 | 24 | 0 | 36 | 23 | 144 | 50 | 105 |
| Binary | 10100101 | 11001111 | 10010000 | 10100 | 0 | 11110 | 10011 | 1100100 | 101000 | 1000101 |
Color Harmonies of #A5CF90
Complementary color
Monochromatic Colors of #A5CF90
Black with #A5CF90
Text Example
Text Example
White with #A5CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF90; }
p { color: rgb(165,207,144); }
H1.HeaderClassName
{
color: #A5CF90;
}
.AnyTagClassName
{
color: #A5CF90;
}
</style>
background-color css
<style>
a { background-color: #A5CF90; }
a { background-color: rgb(165,207,144); }
div.DivClassName
{
background-color: #A5CF90;
}
.BgClassName
{
background-color: #A5CF90;
}
</style>
border-color css
<style>
span { border-color: #A5CF90; }
span { border-color: rgb(165,207,144); }
td.TdClassName
{
border-color: #A5CF90;
}
.TagClassName
{
border-color: #A5CF90;
}
</style>