#A3CF90

Color #A3CF90 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A3CF90

Tints of Gossip #A3CF90

Color information

#A3CF90 (or 0xA3CF90) is unknown color: approx 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

RGB163207144-
CMYK0.2100.300.19
HSL101.9º39.62%68.82%-
HSV(B)101.9º30.43%81.18%-
XYZ42.4554.4334.65-
YUV186.66103.92111.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 207 (81.25% from 255) = 40.27%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=31.71%
G=40.27%
B=28.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632071440.2100.300.19101.939.6268.82
HexA3CF901501E13662845
Octal243317220250362314650105
Binary101000111100111110010000101010111101001111001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>