#A1CF8A

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

Shades of Gossip #A1CF8A

Tints of Gossip #A1CF8A

Color information

#A1CF8A (or 0xA1CF8A) is unknown color: approx Gossip. HEX triplet: A1, CF and 8A. RGB value is (161,207,138). Sum of RGB (Red+Green+Blue) = 161+207+138=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF8A is #5E3075. Grayscale: #B9B9B9. Windows color (decimal): -6172790 or 9097121. OLE color: 9097121.

HSL color Cylindrical-coordinate representation of color #A1CF8A: hue angle of 100º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CF8A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB161207138-
CMYK0.2200.330.19
HSL100º41.82%67.65%-
HSV(B)100º33.33%81.18%-
XYZ41.654.0432.28-
YUV185.38101.26110.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=31.82%
G=40.91%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071380.2200.330.1910041.8267.65
HexA1CF8A1602113642a44
Octal241317212260412314452104
Binary1010000111001111100010101011001000011001111001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CF8A; }

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

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

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

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

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

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

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

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