#A1CF90

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

Shades of Gossip #A1CF90

Tints of Gossip #A1CF90

Color information

#A1CF90 (or 0xA1CF90) is unknown color: approx Gossip. HEX triplet: A1, CF and 90. RGB value is (161,207,144). Sum of RGB (Red+Green+Blue) = 161+207+144=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF90 is #5E306F. Grayscale: #BABABA. Windows color (decimal): -6172784 or 9490337. OLE color: 9490337.

HSL color Cylindrical-coordinate representation of color #A1CF90: hue angle of 103.81º 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 #A1CF90 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB161207144-
CMYK0.2200.300.19
HSL103.81º39.62%68.82%-
HSV(B)103.81º30.43%81.18%-
XYZ42.0454.2234.63-
YUV186.06104.26110.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=31.45%
G=40.43%
B=28.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071440.2200.300.19103.8139.6268.82
HexA1CF901601E13682845
Octal241317220260362315050105
Binary101000011100111110010000101100111101001111010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CF90; }

 p { color: rgb(161,207,144); }

 H1.HeaderClassName
 {
   color: #A1CF90;
 }
 .AnyTagClassName
 {
   color: #A1CF90;
 }
</style>
background-color css

<style>
 a { background-color: #A1CF90; }

 a { background-color: rgb(161,207,144); }

 div.DivClassName
 {
   background-color: #A1CF90;
 }
 .BgClassName
 {
   background-color: #A1CF90;
 }
</style>
border-color css

<style>
 span { border-color: #A1CF90; }

 span { border-color: rgb(161,207,144); }

 td.TdClassName
 {
   border-color: #A1CF90;
 }
 .TagClassName
 {
   border-color: #A1CF90;
 }
</style>